Home
last modified time | relevance | path

Searched refs:tryLaunchNavigationActivity (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;
199 tryLaunchNavigationActivity(); in onReceive()
423 tryLaunchNavigationActivity(); in startNavigationActivity()
432 private void tryLaunchNavigationActivity() { in tryLaunchNavigationActivity() method in MainClusterActivity