HomeSort by relevance Sort by last modified time
    Searched refs:onUserRemoved (Results 1 - 9 of 9) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardUpdateMonitorCallback.java 107 void onUserRemoved(int userId) { }
KeyguardUpdateMonitor.java 611 cb.onUserRemoved(userId);
    [all...]
KeyguardViewMediator.java 339 public void onUserRemoved(int userId) {
    [all...]
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 104 private void onUserRemoved(int userId) {
132 onUserRemoved(intent.getIntExtra(Intent.EXTRA_USER_HANDLE, UserHandle.USER_OWNER));
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 114 onUserRemoved(intent.getIntExtra(Intent.EXTRA_USER_HANDLE,
188 public void onUserRemoved(int userId) {
197 impl.onUserRemoved();
AppWidgetServiceImpl.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 343 onUserRemoved(userHandle);
351 void onUserRemoved(int userHandle) {
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 339 onUserRemoved(userId);
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 264 onUserRemoved(intent);
423 private void onUserRemoved(Intent intent) {
    [all...]

Completed in 1162 milliseconds