Home
last modified time | relevance | path

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