Home
last modified time | relevance | path

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

/packages/modules/Connectivity/remoteauth/framework/java/android/remoteauth/
DIDeviceDiscoveryListener.aidl34 void onTimeout(); in onTimeout() method
DDeviceDiscoveryCallback.java51 void onTimeout(); in onTimeout() method
DRemoteAuthManager.java226 public void onTimeout() { in onTimeout() method in RemoteAuthManager.DeviceDiscoveryListenerTransport
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DEnterTransitionAnimationDelegate.kt66 private fun onTimeout() { in onTimeout() method
/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/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppIncomingFileConfirmActivity.java211 private void onTimeout() { in onTimeout() method in BluetoothOppIncomingFileConfirmActivity
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java205 private void onTimeout() { in onTimeout() method in BluetoothPbapActivity
/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java908 private void onTimeout(@TelephonyManager.PremiumCapability int capability) { in onTimeout() method in SlicePurchaseController
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp524 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.java4024 private void validateConnectionRetryAttempts(boolean onTimeout) { in validateConnectionRetryAttempts()