Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DClusterRenderingService.java219 ComponentName newClusterActivity = getNavigationClusterActivity(); in launchMainActivity() local
220 if (Objects.equals(newClusterActivity, mNavigationClusterActivity) in launchMainActivity()
225 Log.i(TAG, "Set cluster to " + newClusterActivity); in launchMainActivity()
226 onNavigationComponentChanged(newClusterActivity); in launchMainActivity()
227 mNavigationClusterActivity = newClusterActivity; in launchMainActivity()