Searched defs:appType (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/car-lib/src/android/car/ |
D | IAppFocus.aidl | 24 void registerFocusListener(IAppFocusListener callback, int appType) = 0; in registerFocusListener() 25 void unregisterFocusListener(IAppFocusListener callback, int appType) = 1; in unregisterFocusListener() 28 boolean isOwningFocus(IAppFocusOwnershipCallback callback, int appType) = 3; in isOwningFocus() 30 int requestAppFocus(IAppFocusOwnershipCallback callback, int appType) = 4; in requestAppFocus() 32 void abandonAppFocus(IAppFocusOwnershipCallback callback, int appType) = 5; in abandonAppFocus()
|
D | CarAppFocusManager.java | 48 void onAppFocusChanged(@AppFocusType int appType, boolean active); in onAppFocusChanged() 62 void onAppFocusOwnershipLost(@AppFocusType int appType); in onAppFocusOwnershipLost() 71 void onAppFocusOwnershipGranted(@AppFocusType int appType); in onAppFocusOwnershipGranted() 134 public void addFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) { in addFocusListener() 159 public void removeFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) { in removeFocusListener() 220 public boolean isOwningFocus(OnAppFocusOwnershipCallback callback, @AppFocusType int appType) { in isOwningFocus() 247 int appType, OnAppFocusOwnershipCallback ownershipCallback) { in requestAppFocus() 274 @AppFocusType int appType) { in abandonAppFocus() 339 public void addAppType(@AppFocusType int appType) { in addAppType() 343 public void removeAppType(@AppFocusType int appType) { in removeAppType() [all …]
|
D | IAppFocusOwnershipCallback.aidl | 21 void onAppFocusOwnershipLost(int appType) = 0; in onAppFocusOwnershipLost() 22 void onAppFocusOwnershipGranted(int appType) = 1; in onAppFocusOwnershipGranted()
|
D | IAppFocusListener.aidl | 21 void onAppFocusChanged(int appType, boolean active) = 0; in onAppFocusChanged()
|
/packages/services/Car/service/src/com/android/car/ |
D | AppFocusService.java | 68 public void registerFocusListener(IAppFocusListener listener, int appType) { in registerFocusListener() 82 public void unregisterFocusListener(IAppFocusListener listener, int appType) { in unregisterFocusListener() 103 public boolean isOwningFocus(IAppFocusOwnershipCallback callback, int appType) { in isOwningFocus() 115 public int requestAppFocus(IAppFocusOwnershipCallback callback, int appType) { in requestAppFocus() 172 public void abandonAppFocus(IAppFocusOwnershipCallback callback, int appType) { in abandonAppFocus() 262 public boolean isFocusOwner(int uid, int pid, int appType) { in isFocusOwner() 276 void onFocusAcquired(int appType, int uid, int pid); in onFocusAcquired() 277 void onFocusAbandoned(int appType, int uid, int pid); in onFocusAbandoned() 307 private void updateFocusOwner(int appType, OwnershipClientInfo owner) { in updateFocusOwner() 319 private void dispatchAppFocusOwnershipLoss(IAppFocusOwnershipCallback callback, int appType) { in dispatchAppFocusOwnershipLoss() [all …]
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | AppFocusTest.java | 71 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged() 106 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() 113 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAccountItem.java | 45 Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) { in BluetoothMapAccountItem() 59 String authority, Drawable icon, BluetoothMapUtils.TYPE appType) { in create() 65 String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, in create()
|
/packages/services/Car/service/src/com/android/car/cluster/ |
D | InstrumentClusterService.java | 198 public void onFocusAcquired(int appType, int uid, int pid) { in onFocusAcquired() 203 public void onFocusAbandoned(int appType, int uid, int pid) { in onFocusAbandoned() 207 private void changeNavContextOwner(int appType, int uid, int pid, boolean acquire) { in changeNavContextOwner()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarAppFocusManagerTest.java | 321 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged() 355 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() 363 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 1165 Integer appType = (Integer) request.argument; in handleMessage() local 4689 public String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns() 4727 public int setForbiddenPlmns(int subId, int appType, List<String> fplmns, String callingPackage, in setForbiddenPlmns() 6966 public String getAidForAppType(int subId, int appType) { in getAidForAppType() 8105 public boolean isApplicationOnUicc(int subId, int appType) { in isApplicationOnUicc()
|