Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DAppSearchHelper.java85 private volatile CompletableFuture<AppSearchSession> mAppSearchSessionFuture; field in AppSearchHelper
130 mAppSearchSessionFuture = in initializeAsync()
268 return mAppSearchSessionFuture.get(); in getSession()
274 mAppSearchSessionFuture = appSearchSessionFuture; in setAppSearchSessionFutureForTesting()
320 return mAppSearchSessionFuture.thenCompose( in indexContactsAsync()
424 return mAppSearchSessionFuture.thenCompose( in removeContactsByIdAsync()
511 return mAppSearchSessionFuture.thenCompose(
555 return mAppSearchSessionFuture.thenCompose(