HomeSort by relevance Sort by last modified time
    Searched refs:AppFocusType (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/car-support-lib/src/android/support/car/
CarAppFocusManager.java 43 void onAppFocusChanged(CarAppFocusManager manager, @AppFocusType int appType,
60 void onAppFocusOwnershipLost(CarAppFocusManager manager, @AppFocusType int appType);
71 void onAppFocusOwnershipGranted(CarAppFocusManager manager, @AppFocusType int appType);
102 public @interface AppFocusType {}
130 @AppFocusType int appType) throws CarNotConnectedException;
138 @AppFocusType int appType);
153 public abstract boolean isOwningFocus(@AppFocusType int appType,
191 @AppFocusType int appType);
  /packages/services/Car/car-lib/src/android/car/
CarAppFocusManager.java 49 void onAppFocusChanged(@AppFocusType int appType, boolean active);
63 void onAppFocusOwnershipLost(@AppFocusType int appType);
72 void onAppFocusOwnershipGranted(@AppFocusType int appType);
95 public @interface AppFocusType {}
135 public void addFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType)
162 public void removeFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) {
225 public boolean isOwningFocus(OnAppFocusOwnershipCallback callback, @AppFocusType int appType)
283 @AppFocusType int appType) {
348 public void addAppType(@AppFocusType int appType) {
352 public void removeAppType(@AppFocusType int appType)
    [all...]

Completed in 82 milliseconds