Searched refs:AppFocusType (Results 1 – 3 of 3) sorted by relevance
64 void onAppFocusChanged(@AppFocusType int appType, boolean active); in onAppFocusChanged()78 void onAppFocusOwnershipLost(@AppFocusType int appType); in onAppFocusOwnershipLost()87 void onAppFocusOwnershipGranted(@AppFocusType int appType); in onAppFocusOwnershipGranted()112 public @interface AppFocusType {} annotation in CarAppFocusManager151 public void addFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) { in addFocusListener()176 public void removeFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) { in removeFocusListener()248 public List<String> getAppTypeOwner(@AppFocusType int appType) { in getAppTypeOwner()261 public boolean isOwningFocus(OnAppFocusOwnershipCallback callback, @AppFocusType int appType) { in isOwningFocus()315 @AppFocusType int appType) { in abandonAppFocus()380 public void addAppType(@AppFocusType int appType) { in addAppType()[all …]
90 public void onAppFocusOwnershipLost(@CarAppFocusManager.AppFocusType int appType) {100 @CarAppFocusManager.AppFocusType int appType) {
147 public List<String> getAppTypeOwner(@CarAppFocusManager.AppFocusType int appType) { in getAppTypeOwner()