Home
last modified time | relevance | path

Searched defs:onTimeout (Results 1 – 8 of 8) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DEnterTransitionAnimationDelegate.kt65 private fun onTimeout() { in onTimeout() method in com.android.intentresolver.EnterTransitionAnimationDelegate
/packages/apps/DocumentsUI/src/com/android/documentsui/
DTimeoutTask.java63 protected void onTimeout() {} in onTimeout() method in TimeoutTask
DRefreshTask.java119 protected void onTimeout() { in onTimeout() method in RefreshTask
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDialogManager.java207 void onTimeout() { in onTimeout() method in WifiDialogManager.DialogHandleInternal
338 void onTimeout() { in onTimeout() method in WifiDialogManager.SimpleDialogHandle
545 void onTimeout() { in onTimeout() method in WifiDialogManager.P2pInvitationReceivedDialogHandle
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppIncomingFileConfirmActivity.java216 private void onTimeout() { in onTimeout() method in BluetoothOppIncomingFileConfirmActivity
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java209 private void onTimeout() { in onTimeout() method in BluetoothPbapActivity
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp516 void GetSetValueClient::onTimeout(const std::unordered_set<int64_t>& requestIds, in onTimeout() function in android::frameworks::automotive::vhal::GetSetValueClient
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkFactoryTest.java3848 private void validateConnectionRetryAttempts(boolean onTimeout) { in validateConnectionRetryAttempts()