Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuNetworkConnection.java78 void onTimeOut(); in onTimeOut() method
282 mCallbacks.onTimeOut(); in onUnavailable()
DPasspointProvisioner.java1085 public void onTimeOut() { in onTimeOut() method in PasspointProvisioner.OsuNetworkCallbacks
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java1023 final Runnable onTimeOut = this::onTimeOut; in doInBackground() local
1024 mTextView.postDelayed(onTimeOut, mTimeOutDuration); in doInBackground()
1026 mTextView.removeCallbacks(onTimeOut); in doInBackground()
1037 private void onTimeOut() { in onTimeOut() method in SelectionActionModeHelper.TextClassificationAsyncTask
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuNetworkConnectionTest.java271 verify(mNetworkCallbacks).onTimeOut(); in verifyNetworkConnectionTimeout()