HomeSort by relevance Sort by last modified time
    Searched refs:mMainHandler (Results 1 - 4 of 4) sorted by null

  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
WindowFocusStealerService.java 44 mMainHandler.post(() -> handleStealWindowFocus(parentAppWindowToken, resultReceiver));
48 private final Handler mMainHandler = new Handler(Looper.getMainLooper());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
MultiNetworkConnectivityTestActivity.java 107 private final Handler mMainHandler = new Handler(Looper.getMainLooper());
176 mMainHandler.postDelayed(this, 1000);
407 mMainHandler.post(() -> {
473 mMainHandler.post(() -> mSecondsToCompletion = timeoutInSeconds);
474 mMainHandler.post(mTimeToCompletionRunnable);
478 mMainHandler.removeCallbacks(mTimeToCompletionRunnable);
527 mMainHandler.post(() -> stopTimerDisplayIfRequested());
556 mMainHandler, WIFI_NETWORK_CONNECT_TIMEOUT_MS);
574 mMainHandler);
585 mMainHandler, CELLULAR_NETWORK_CONNECT_TIMEOUT_MS)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
VrListenerVerifierActivity.java 56 private Handler mMainHandler;
102 mMainHandler = new Handler();
240 mMainHandler.post(new Runnable() {
260 mMainHandler.post(new Runnable() {
322 mMainHandler.post(new Runnable() {
333 mMainHandler.post(new Runnable() {
343 mMainHandler.post(new Runnable() {
353 mMainHandler.post(new Runnable() {
363 mMainHandler.post(new Runnable() {
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java 92 private final Handler mMainHandler = new Handler();
118 mMainHandler.post(() -> onHandleCommand(command));
    [all...]

Completed in 143 milliseconds