Searched refs:AppFocusType (Results 1 – 2 of 2) sorted by relevance
54 void onAppFocusChanged(@AppFocusType int appType, boolean active); in onAppFocusChanged()68 void onAppFocusOwnershipLost(@AppFocusType int appType); in onAppFocusOwnershipLost()77 void onAppFocusOwnershipGranted(@AppFocusType int appType); in onAppFocusOwnershipGranted()102 public @interface AppFocusType {} annotation in CarAppFocusManager141 public void addFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) { in addFocusListener()166 public void removeFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) { in removeFocusListener()228 public boolean isOwningFocus(OnAppFocusOwnershipCallback callback, @AppFocusType int appType) { in isOwningFocus()282 @AppFocusType int appType) { in abandonAppFocus()347 public void addAppType(@AppFocusType int appType) { in addAppType()351 public void removeAppType(@AppFocusType int appType) { in removeAppType()[all …]
93 public void onAppFocusOwnershipLost(@CarAppFocusManager.AppFocusType int appType) {103 @CarAppFocusManager.AppFocusType int appType) {