Home
last modified time | relevance | path

Searched refs:getContentById (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DAccountFileInstance.java98 return artifact.getSleuthkitCase().getContentById(artifact.getObjectID()); in getFile()
H A DReport.java220 parent = db.getContentById(parentInfo.getId()); in getParent()
H A DAbstractContent.java121 parent = db.getContentById(parentInfo.getId()); in getParent()
H A DSleuthkitCase.java1080 Content content = getContentById(artifact.getObjectID()); in updateFromSchema2toSchema3()
4601 public Content getContentById(long id) throws TskCoreException { in getContentById() method in SleuthkitCase
9716 Content content = getContentById(artifact.getObjectID());
9844 Content content = getContentById(artifact.getObjectID());
9897 Content content = getContentById(artifact.getObjectID());
9946 Content content = getContentById(artifact.getObjectID());
9993 Content content = getContentById(artifact.getObjectID());
10169 parent = this.getContentById(parentId);
10227 parent = this.getContentById(parentId);
11924 Content parent = getContentById(containerId);
[all …]
H A DBlackboardArtifact.java413 parent = getSleuthkitCase().getContentById(parentInfo.getId()); in getParent()
H A DAbstractFile.java549 return getSleuthkitCase().getContentById(this.dataSourceObjectId); in getDataSource()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/dlc/
H A DSyncAction.java84 DownloadContent existingContent = catalog.getContentById(id); in perform()
240 DownloadContent content = catalog.getContentById(id); in deleteContent()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/dlc/
H A DSyncAction.java84 DownloadContent existingContent = catalog.getContentById(id); in perform()
234 DownloadContent content = catalog.getContentById(id); in deleteContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/feedrequestmanager/
H A DFeedActionUploadRequestManagerTest.java154 assertThat(mFakeStore.getContentById(CONTENT_ID)).isEmpty(); in testTriggerUploadActions_ttlExceededRemove()
176 assertThat(mFakeStore.getContentById(CONTENT_ID)).isEmpty(); in testTriggerUploadActions_maxUploadsRemove()
357 assertThat(mFakeStore.getContentById(CONTENT_ID)) in testTriggerUploadActions_getMethod()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/dlc/catalog/
H A DDownloadContentCatalog.java126 public synchronized DownloadContent getContentById(String id) { in getContentById() method in DownloadContentCatalog
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/dlc/catalog/
H A DDownloadContentCatalog.java126 public synchronized DownloadContent getContentById(String id) { in getContentById() method in DownloadContentCatalog
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/feedsessionmanager/internal/
H A DSessionCacheTest.java425 List<Object> content = mFakeStore.getContentById(SessionCache.STREAM_SESSION_CONTENT_ID); in testUpdateHeadMetadata()
553 assertThat(mFakeStore.getContentById(contentId)).hasSize(1); in assertPayloads()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/testing/store/
H A DFakeStore.java236 public List<Object> getContentById(String contentId) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/feedsessionmanager/
H A DFeedSessionManagerImplTest.java476 assertThat(mFakeStore.getContentById(SessionCache.CONSISTENCY_TOKEN_CONTENT_ID)) in testHandleToken()
578 assertThat(mFakeStore.getContentById(mRootContentId)) in testEdit_semanticProperties()