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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
ScreenLifecycle.java 59 dispatch(Observer::onScreenTurnedOff);
77 default void onScreenTurnedOff() {}
KeyguardService.java 174 public void onScreenTurnedOff() {
176 mKeyguardViewMediator.onScreenTurnedOff();
KeyguardViewMediator.java 254 * it turned off due to timeout. see {@link #onScreenTurnedOff(int)}
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 89 void onScreenTurnedOff();
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 198 public void onScreenTurnedOff() { }
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
ScreenLifecycleTest.java 91 verify(mScreenObserverMock).onScreenTurnedOff();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UnlockMethodCache.java 159 public void onScreenTurnedOff() {
StatusBarKeyguardViewManager.java 301 mBouncer.onScreenTurnedOff();
336 public void onScreenTurnedOff() {
KeyguardBouncer.java 315 public void onScreenTurnedOff() {
KeyguardBottomAreaView.java 766 public void onScreenTurnedOff() {
    [all...]
ScrimController.java     [all...]
StatusBar.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 167 public void onScreenTurnedOff() {
169 mService.onScreenTurnedOff();
KeyguardServiceDelegate.java 322 public void onScreenTurnedOff() {
324 if (DEBUG) Log.v(TAG, "onScreenTurnedOff()");
325 mKeyguardService.onScreenTurnedOff();
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationController.java 780 private void onScreenTurnedOff() {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 712 milliseconds