Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java1037 final Runnable onTimeOut = this::onTimeOut; in doInBackground() local
1038 mTextView.postDelayed(onTimeOut, mTimeOutDuration); in doInBackground()
1046 mTextView.removeCallbacks(onTimeOut); in doInBackground()
1057 private void onTimeOut() { in onTimeOut() method in SelectionActionModeHelper.TextClassificationAsyncTask
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69641 Landroid/widget/SelectionActionModeHelper$TextClassificationAsyncTask;->onTimeOut()V