Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DClusterNavigationService.java151 changeNavContextOwner(appType, uid, pid, true); in onFocusAcquired()
156 changeNavContextOwner(appType, uid, pid, false); in onFocusAbandoned()
176 private void changeNavContextOwner(int appType, int uid, int pid, boolean acquire) { in changeNavContextOwner() method in ClusterNavigationService