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

  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 69 void onScreenTurningOn(IKeyguardDrawnCallback callback);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 139 public void onScreenTurningOn(IKeyguardDrawnCallback callback) {
140 Trace.beginSection("KeyguardService.mBinder#onScreenTurningOn");
142 mKeyguardViewMediator.onScreenTurningOn(callback);
148 Trace.beginSection("KeyguardService.mBinder#onScreenTurningOn");
KeyguardViewMediator.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 141 public void onScreenTurningOn(IKeyguardDrawnCallback callback) {
143 mService.onScreenTurningOn(callback);
KeyguardServiceDelegate.java 175 mKeyguardService.onScreenTurningOn(
290 public void onScreenTurningOn(final DrawnListener drawnListener) {
293 mKeyguardService.onScreenTurningOn(new KeyguardShowDelegate(drawnListener));
296 Slog.w(TAG, "onScreenTurningOn(): no keyguard service!");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingManager.java 222 public void onScreenTurningOn() {
224 FalsingLog.i("onScreenTurningOn", new StringBuilder()
230 mDataCollector.onScreenTurningOn();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 195 public void onScreenTurningOn() {
196 Trace.beginSection("StatusBarKeyguardViewManager#onScreenTurningOn");
197 mPhoneStatusBar.onScreenTurningOn();
PhoneStatusBar.java     [all...]
NotificationPanelView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DataCollector.java 246 public void onScreenTurningOn() {
249 Log.d(TAG, "onScreenTurningOn");
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 81 milliseconds