Home
last modified time | relevance | path

Searched refs:MSG_TIMEOUT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecFeatureAction.java48 protected static final int MSG_TIMEOUT = 100; field in HdmiCecFeatureAction
134 sendMessageDelayed(obtainMessage(MSG_TIMEOUT, state, 0), delayMillis); in sendTimerMessage()
139 removeMessages(MSG_TIMEOUT); in clearTimerMessage()
145 case MSG_TIMEOUT: in handleMessage()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java41 public static final int MSG_TIMEOUT = 0xC001; field in PowerTestActivity
92 case MSG_TIMEOUT: in onCreate()
131 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT), in navigate()
255 handler.removeMessages(MSG_TIMEOUT); in run()
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
DBackupRestoreConfirmation.java65 static final int MSG_TIMEOUT = 100; field in BackupRestoreConfirmation
127 case MSG_TIMEOUT: { in handleMessage()
387 mHandler.sendEmptyMessage(MSG_TIMEOUT); in onTimeout()
/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java94 private static final int MSG_TIMEOUT = 0; field in JobServiceContext
508 case MSG_TIMEOUT: in handleMessage()
847 Message m = mCallbackHandler.obtainMessage(MSG_TIMEOUT, mRunningCallback); in scheduleOpTimeOutLocked()
854 mCallbackHandler.removeMessages(MSG_TIMEOUT); in removeOpTimeOutLocked()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java153 WLAN_IFACE_NAME, WpsConfigError.MSG_TIMEOUT, in testBroadcastWpsEventFailDueToConfigError()
161 assertEquals(WpsConfigError.MSG_TIMEOUT, messageCaptor.getValue().arg2); in testBroadcastWpsEventFailDueToConfigError()
DSupplicantStaIfaceHalTest.java1465 short cfgError = ISupplicantStaIfaceCallback.WpsConfigError.MSG_TIMEOUT; in testWpsTimeoutCallback()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2704 if (configError == WpsConfigError.MSG_TIMEOUT in onWpsEventFail()