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

  /frameworks/base/core/java/android/app/
SynchronousUserSwitchObserver.java 30 * Calls {@link #onUserSwitching(int)} and notifies {@code reply} by calling
34 public final void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException {
36 onUserSwitching(newUserId);
45 * Synchronous version of {@link IUserSwitchObserver#onUserSwitching(int, IRemoteCallback)}
47 public abstract void onUserSwitching(int newUserId) throws RemoteException;
IUserSwitchObserver.aidl 23 void onUserSwitching(int newUserId, IRemoteCallback reply);
UserSwitchObserver.java 27 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException {
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 111 public void onUserSwitching(int userId) { }
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
UserControllerTest.java 194 }).when(observer).onUserSwitching(anyInt(), any());
206 Mockito.verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any());
236 Mockito.verify(observer, times(1)).onUserSwitching(eq(TEST_USER_ID), any());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 645 public void onUserSwitching(int newUserId) throws RemoteException {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionInfoUpdater.java 148 public void onUserSwitching(int newUserId, IRemoteCallback reply)
    [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 356 public void onUserSwitching(int userId) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 306 milliseconds