Home
last modified time | relevance | path

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

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