Searched refs:onUserStopping (Results 1 – 10 of 10) sorted by relevance
132 mLifecycle.onUserStopping(mUser); in testBothIndexersEnabled()133 verify(mContactsIndexerService).onUserStopping(mUser); in testBothIndexersEnabled()134 verify(mAppsIndexerService).onUserStopping(mUser); in testBothIndexersEnabled()154 mLifecycle.onUserStopping(mUser); in testContactsIndexerDisabled()155 verify(mAppsIndexerService).onUserStopping(mUser); in testContactsIndexerDisabled()176 mLifecycle.onUserStopping(mUser); in testAppsIndexerDisabled()177 verify(mContactsIndexerService).onUserStopping(mUser); in testAppsIndexerDisabled()206 mLifecycle.onUserStopping(mUser); in testServicesSetToNullWhenDisabled()
182 public void onUserStopping(@NonNull TargetUser user) { in onUserStopping() method in AppSearchModule.Lifecycle183 mAppSearchManagerService.onUserStopping(user); in onUserStopping()185 mContactsIndexerManagerService.onUserStopping(user); in onUserStopping()188 mAppsIndexerManagerService.onUserStopping(user); in onUserStopping()
266 onUserStopping(userHandle); in onReceive()393 public void onUserStopping(@NonNull TargetUser user) { in onUserStopping() method in AppSearchManagerService395 onUserStopping(user.getUserHandle()); in onUserStopping()398 private void onUserStopping(@NonNull UserHandle userHandle) { in onUserStopping() method in AppSearchManagerService
207 mAppsIndexerManagerService.onUserStopping(new SystemService.TargetUser(userInfo)); in testBootstrapPackages()261 mAppsIndexerManagerService.onUserStopping(new SystemService.TargetUser(userInfo)); in testAddPackage()326 mAppsIndexerManagerService.onUserStopping(new SystemService.TargetUser(userInfo)); in testUpdatePackage()379 mAppsIndexerManagerService.onUserStopping(new SystemService.TargetUser(userInfo)); in testRemovePackage()
162 appsIndexerManagerService.onUserStopping(new SystemService.TargetUser(userInfo)); in testRealIndexing()
74 public void onUserStopping(TargetUser user) { in onUserStopping() method in WifiService
106 public void onUserStopping(@NonNull TargetUser user) { in onUserStopping() method in DeviceLockService
119 public void onUserStopping(@NonNull TargetUser user) { in onUserStopping() method in ContactsIndexerManagerService
118 public void onUserStopping(@NonNull TargetUser user) { in onUserStopping() method in AppsIndexerManagerService
198 mContactsIndexerManagerService.onUserStopping(null); in test_onUserStopping_handlesExceptionGracefully()