Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DInstrumentClusterFragment.java227 ComponentName clusterActivity = in updateInitialClusterActivityState() local
229 int currentComponentState = pm.getComponentEnabledSetting(clusterActivity); in updateInitialClusterActivityState()
249 ComponentName clusterActivity = in changeClusterActivityState() local
251 pm.setComponentEnabledSetting(clusterActivity, newComponentState, in changeClusterActivityState()
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DClusterRenderingService.java249 protected void onNavigationComponentChanged(@Nullable ComponentName clusterActivity) { in onNavigationComponentChanged() argument
272 ComponentName clusterActivity = getComponentFromPackages(focusOwnerPackageNames); in getNavigationClusterActivity() local
273 if (clusterActivity == null) { in getNavigationClusterActivity()
283 return clusterActivity; in getNavigationClusterActivity()