Home
last modified time | relevance | path

Searched refs:appSearchSession (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DAppSearchHelper.java132 appSearchSession -> { in initializeAsync()
138 appSearchSession, /* forceOverride= */ false) in initializeAsync()
164 appSearchSession, in initializeAsync()
168 appSearchSession); in initializeAsync()
321 appSearchSession -> { in indexContactsAsync()
323 appSearchSession.put( in indexContactsAsync()
425 appSearchSession -> { in removeContactsByIdAsync()
427 appSearchSession.remove( in removeContactsByIdAsync()
512 appSearchSession -> {
514 appSearchSession.getByDocumentId(
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchDao.java225 @NonNull ListenableFuture<AppSearchSession> appSearchSession, in writeData()
228 Objects.requireNonNull(appSearchSession); in writeData()
243 FluentFuture.from(appSearchSession) in writeData()
266 appSearchSession, in writeData()
293 @NonNull ListenableFuture<AppSearchSession> appSearchSession, in deleteData() argument
298 Objects.requireNonNull(appSearchSession); in deleteData()
309 FluentFuture.from(appSearchSession) in deleteData()
332 appSearchSession, in deleteData()
/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/
DAppSearchDaoWriter.java83 @NonNull T doc, @NonNull ListenableFuture<AppSearchSession> appSearchSession) { in writeData() argument
84 Objects.requireNonNull(appSearchSession); in writeData()
99 return FluentFuture.from(appSearchSession) in writeData()
119 appSearchSession, in writeData()
/packages/modules/ExtServices/java/src/android/ext/services/common/
DAdServicesAppsearchDeleteJob.java234 final ListenableFuture<AppSearchSession> appSearchSession = in isAppsearchDbEmpty() local
240 appSearchSession, in isAppsearchDbEmpty()
326 final ListenableFuture<AppSearchSession> appSearchSession = in getDeleteSchemaResponse() local
331 return FluentFuture.from(appSearchSession) in getDeleteSchemaResponse()