Searched refs:AppFocusType (Results 1 – 3 of 3) sorted by relevance
56 void onAppFocusChanged(@AppFocusType int appType, boolean active); in onAppFocusChanged()70 void onAppFocusOwnershipLost(@AppFocusType int appType); in onAppFocusOwnershipLost()79 void onAppFocusOwnershipGranted(@AppFocusType int appType); in onAppFocusOwnershipGranted()104 public @interface AppFocusType {} annotation in CarAppFocusManager233 public List<String> getAppTypeOwner(@AppFocusType int appType) { in getAppTypeOwner()300 @AppFocusType int appType) { in abandonAppFocus()365 public void addAppType(@AppFocusType int appType) { in addAppType()369 public void removeAppType(@AppFocusType int appType) { in removeAppType()406 public void addAppType(@AppFocusType int appType) { in addAppType()410 public void removeAppType(@AppFocusType int appType) { in removeAppType()[all …]
95 public void onAppFocusOwnershipLost(@CarAppFocusManager.AppFocusType int appType) {105 @CarAppFocusManager.AppFocusType int appType) {
130 public List<String> getAppTypeOwner(@CarAppFocusManager.AppFocusType int appType) { in getAppTypeOwner()