Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java64 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 CarAppFocusManager
151 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 …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
DInstrumentClusterFragment.java90 public void onAppFocusOwnershipLost(@CarAppFocusManager.AppFocusType int appType) {
100 @CarAppFocusManager.AppFocusType int appType) {
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java147 public List<String> getAppTypeOwner(@CarAppFocusManager.AppFocusType int appType) { in getAppTypeOwner()