Searched refs:mRetryLaunchNavigationActivity (Results 1 – 1 of 1) sorted by relevance
121 private final Runnable mRetryLaunchNavigationActivity = this::tryLaunchNavigationActivity; field in MainClusterActivity275 if (!mHandler.hasCallbacks(mRetryLaunchNavigationActivity)) { in onCreate()276 mHandler.postDelayed(mRetryLaunchNavigationActivity, in onCreate()280 mHandler.removeCallbacks(mRetryLaunchNavigationActivity); in onCreate()459 mHandler.removeCallbacks(mRetryLaunchNavigationActivity); in tryLaunchNavigationActivity()485 mHandler.postDelayed(mRetryLaunchNavigationActivity, in tryLaunchNavigationActivity()