Searched defs:onUserRemoved (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/java/com/android/server/search/
H A DSearchManagerService.java104 private void onUserRemoved(int userId) { method in class:SearchManagerService
132 onUserRemoved(intent.getIntExtra(Intent.EXTRA_USER_HANDLE, UserHandle.USER_OWNER));
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java124 void onUserRemoved(int userId) { } method in class:KeyguardUpdateMonitorCallback
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java112 onUserRemoved(intent.getIntExtra(Intent.EXTRA_USER_HANDLE,
186 public void onUserRemoved(int userId) { method in class:AppWidgetService
195 impl.onUserRemoved();
H A DAppWidgetServiceImpl.java1956 void onUserRemoved() { method in class:AppWidgetServiceImpl
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java346 onUserRemoved(userHandle);
354 void onUserRemoved(int userHandle) { method in class:SettingsProvider
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java145 onUserRemoved(userId);
515 private void onUserRemoved(int userId) { method in class:Vpn
/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java350 onUserRemoved(userId);
1032 private void onUserRemoved(int userId) { method in class:SyncManager
2281 onUserRemoved(user);
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java263 onUserRemoved(intent);
436 private void onUserRemoved(Intent intent) { method in class:AccountManagerService

Completed in 666 milliseconds