Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCarAppFocusManager.java56 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 CarAppFocusManager
233 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 …]
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DInstrumentClusterFragment.java95 public void onAppFocusOwnershipLost(@CarAppFocusManager.AppFocusType int appType) {
105 @CarAppFocusManager.AppFocusType int appType) {
/aosp12/packages/services/Car/service/src/com/android/car/
H A DAppFocusService.java130 public List<String> getAppTypeOwner(@CarAppFocusManager.AppFocusType int appType) { in getAppTypeOwner()