Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java453 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync( in setSchema()
586 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in getSchema()
663 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in getNamespaces()
735 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in putDocuments()
911 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in getDocuments()
1035 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in search()
1118 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in globalSearch()
1213 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in getNextPage()
1376 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in writeSearchResultsToFile()
1467 boolean callAccepted = mServiceImplHelper.executeLambdaForUserAsync(targetUser, in putDocumentsFromFile()
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/util/
DServiceImplHelper.java361 public boolean executeLambdaForUserAsync( in executeLambdaForUserAsync() method in ServiceImplHelper
412 public boolean executeLambdaForUserAsync( in executeLambdaForUserAsync() method in ServiceImplHelper