Home
last modified time | relevance | path

Searched refs:onTimeOut (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DOsuNetworkConnection.java78 void onTimeOut(); in onTimeOut() method
281 mCallbacks.onTimeOut(); in onUnavailable()
H A DPasspointProvisioner.java1085 public void onTimeOut() { in onTimeOut() method in PasspointProvisioner.OsuNetworkCallbacks
/aosp12/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java1027 final Runnable onTimeOut = this::onTimeOut; in doInBackground() local
1028 mTextView.postDelayed(onTimeOut, mTimeOutDuration); in doInBackground()
1036 mTextView.removeCallbacks(onTimeOut); in doInBackground()
1047 private void onTimeOut() { in onTimeOut() method in SelectionActionModeHelper.TextClassificationAsyncTask
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DOsuNetworkConnectionTest.java269 verify(mNetworkCallbacks).onTimeOut(); in verifyNetworkConnectionTimeout()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72964 Landroid/widget/SelectionActionModeHelper$TextClassificationAsyncTask;->onTimeOut()V