Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DBrowsedPlayerWrapper.java312 static final int MSG_TIMEOUT = 0;
333 if (msg.what != MSG_TIMEOUT) {
376 TimeoutHandler.MSG_TIMEOUT, TimeoutHandler.CALLBACK_TIMEOUT_MS);
393 mTimeoutHandler.removeMessages(TimeoutHandler.MSG_TIMEOUT);
404 mTimeoutHandler.removeMessages(TimeoutHandler.MSG_TIMEOUT);
426 TimeoutHandler.MSG_TIMEOUT, TimeoutHandler.SUBSCRIPTION_TIMEOUT_MS);
481 mTimeoutHandler.removeMessages(TimeoutHandler.MSG_TIMEOUT);
493 mTimeoutHandler.removeMessages(TimeoutHandler.MSG_TIMEOUT);
DBrowsablePlayerConnector.java49 private static final int MSG_TIMEOUT = 2; field in BrowsablePlayerConnector
100 newConnector.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECT_TIMEOUT_MS); in connectToPlayers()
183 case MSG_TIMEOUT: in handleMessage()
193 removeMessages(MSG_TIMEOUT); in handleMessage()
DMediaPlayerWrapper.java382 private static final int MSG_TIMEOUT = 0; field in MediaPlayerWrapper.TimeoutHandler
391 if (msg.what != MSG_TIMEOUT) { in handleMessage()
432 mTimeoutHandler.removeMessages(TimeoutHandler.MSG_TIMEOUT); in cleanup()
440 mTimeoutHandler.removeMessages(TimeoutHandler.MSG_TIMEOUT); in trySendMediaUpdate()
445 TimeoutHandler.MSG_TIMEOUT, TimeoutHandler.CALLBACK_TIMEOUT_MS); in trySendMediaUpdate()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java386 private static final int MSG_TIMEOUT = 4; field in FastPairAdvertiser.AdvertisingHandler
431 removeMessages(MSG_TIMEOUT); in queueOperationTimeout()
432 sendMessageDelayed(obtainMessage(MSG_TIMEOUT), OPERATION_TIMEOUT_MS); in queueOperationTimeout()
443 removeMessages(MSG_TIMEOUT); in handleMessage()
464 removeMessages(MSG_TIMEOUT); in handleMessage()
480 case MSG_TIMEOUT: in handleMessage()
555 case MSG_TIMEOUT: in messageToString()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java85 static final int MSG_TIMEOUT = 1; field in BluetoothPeripheralHandover
181 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT), TIMEOUT_MS); in start()
475 mHandler.removeMessages(MSG_TIMEOUT); in handleIntent()
476 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT), TIMEOUT_MS); in handleIntent()
543 mHandler.removeMessages(MSG_TIMEOUT); in complete()
620 case MSG_TIMEOUT:
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DConnectState.java94 static final int MSG_TIMEOUT = 1; field in ConnectState.ConnectToWifiFragment
172 mHandler.removeMessages(MSG_TIMEOUT); in onPause()
347 mHandler.removeMessages(MSG_TIMEOUT); in postTimeout()
348 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECTION_TIMEOUT); in postTimeout()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/audio_util/
DMediaPlayerWrapperTest.java62 private static final int MSG_TIMEOUT = 0; field in MediaPlayerWrapperTest
299 Assert.assertFalse(wrapper.getTimeoutHandler().hasMessages(MSG_TIMEOUT)); in testNoQueueMediaUpdates()
348 Assert.assertFalse(wrapper.getTimeoutHandler().hasMessages(MSG_TIMEOUT)); in testDataOnUpdateNoQueue()
540 Assert.assertFalse(wrapper.getTimeoutHandler().hasMessages(MSG_TIMEOUT)); in testPlaybackStateUpdateSpam()
586 Assert.assertFalse(wrapper.getTimeoutHandler().hasMessages(MSG_TIMEOUT)); in testIgnorePlaystateNone()
645 Assert.assertFalse(wrapper.getTimeoutHandler().hasMessages(MSG_TIMEOUT)); in testMetadataSync()
774 Assert.assertFalse(wrapper.getTimeoutHandler().hasMessages(MSG_TIMEOUT)); in testMetadataSyncFuzz()
DBrowserPlayerWrapperTest.java338 timeoutHandler.sendEmptyMessage(BrowsedPlayerWrapper.TimeoutHandler.MSG_TIMEOUT); in testPlayItem_Timeout()
436 timeoutHandler.sendEmptyMessage(BrowsedPlayerWrapper.TimeoutHandler.MSG_TIMEOUT); in testGetFolderItems_Timeout()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java171 WLAN_IFACE_NAME, WpsConfigError.MSG_TIMEOUT, in testBroadcastWpsEventFailDueToConfigError()
180 assertEquals(WpsConfigError.MSG_TIMEOUT, messageCaptor.getValue().arg2); in testBroadcastWpsEventFailDueToConfigError()
DSupplicantStaIfaceHalAidlImplTest.java1570 short cfgError = WpsConfigError.MSG_TIMEOUT; in testWpsTimeoutCallback()
DSupplicantStaIfaceHalHidlImplTest.java1851 short cfgError = ISupplicantStaIfaceCallback.WpsConfigError.MSG_TIMEOUT; in testWpsTimeoutCallback()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackHidlImpl.java470 if (configError == WpsConfigError.MSG_TIMEOUT in onWpsEventFail()
DSupplicantStaIfaceCallbackAidlImpl.java499 if (configError == WpsConfigError.MSG_TIMEOUT in onWpsEventFail()