Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DMainClusterActivity.java121 private final Runnable mRetryLaunchNavigationActivity = this::tryLaunchNavigationActivity; field in MainClusterActivity
275 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()