Searched refs:mRetryLaunchNavigationActivity (Results 1 – 1 of 1) sorted by relevance
121 private final Runnable mRetryLaunchNavigationActivity = this::tryLaunchNavigationActivity; field in MainClusterActivity258 if (!mHandler.hasCallbacks(mRetryLaunchNavigationActivity)) { in onCreate()259 mHandler.postDelayed(mRetryLaunchNavigationActivity, in onCreate()263 mHandler.removeCallbacks(mRetryLaunchNavigationActivity); in onCreate()440 mHandler.removeCallbacks(mRetryLaunchNavigationActivity); in tryLaunchNavigationActivity()466 mHandler.postDelayed(mRetryLaunchNavigationActivity, in tryLaunchNavigationActivity()