Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DClusterNavigationService.java132 changeNavContextOwner(appType, uid, pid, true); in onFocusAcquired()
137 changeNavContextOwner(appType, uid, pid, false); in onFocusAbandoned()
157 private void changeNavContextOwner(int appType, int uid, int pid, boolean acquire) { in changeNavContextOwner() method in ClusterNavigationService