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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityView.java 21 static public final int SCREEN_ON = 1;
KeyguardPasswordView.java 111 if (reason != KeyguardSecurityView.SCREEN_ON || mShowImeAtScreenOn) {
KeyguardHostView.java 274 mSecurityContainer.onResume(KeyguardSecurityView.SCREEN_ON);
  /external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
hardware_TouchScreenPowerCycles.py 21 SCREEN_ON = 1
32 self.touch_screen_status = self.SCREEN_ON
42 self.touch_screen_status = self.SCREEN_ON
  /development/apps/Development/src/com/android/development/
Connectivity.java 155 private static final String SCREEN_ON = "SCREEN_ON";
171 if (extra.equals(SCREEN_ON)) {
191 scheduleAlarm(mSCOffDuration, SCREEN_ON);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 320 private static final int SCREEN_ON = 1;
664 int index = (state * 2) + (screenOn ? SCREEN_ON : SCREEN_OFF);
676 int index = state * 2 + (screenOn ? SCREEN_ON : SCREEN_OFF);
    [all...]

Completed in 190 milliseconds