Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java54 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 CarAppFocusManager
141 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 …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
DInstrumentClusterFragment.java93 public void onAppFocusOwnershipLost(@CarAppFocusManager.AppFocusType int appType) {
103 @CarAppFocusManager.AppFocusType int appType) {