Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchModule.java140 void dumpContactsIndexerForUser( in dumpContactsIndexerForUser() method in AppSearchModule.Lifecycle
143 mContactsIndexerManagerService.dumpContactsIndexerForUser(userHandle, pw, verbose); in dumpContactsIndexerForUser()
DAppSearchManagerService.java2503 mLifecycle.dumpContactsIndexerForUser(currentUser, pw, verbose); in dumpContactsIndexer()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerManagerServiceTest.java172 mContactsIndexerManagerService.dumpContactsIndexerForUser( in testCP2Clear_runsFullUpdate()
203 mContactsIndexerManagerService.dumpContactsIndexerForUser(null, null, false); in test_dumpContactsIndexerForUser_handlesExceptionGracefully()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerManagerService.java141 public void dumpContactsIndexerForUser( in dumpContactsIndexerForUser() method in ContactsIndexerManagerService