Home
last modified time | relevance | path

Searched defs:appType (Results 1 – 14 of 14) 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()
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()
288 int appType, OnAppFocusOwnershipCallback ownershipCallback) { in requestAppFocus()
315 @AppFocusType int appType) { in abandonAppFocus()
380 public void addAppType(@AppFocusType int appType) { in addAppType()
[all …]
DIAppFocus.aidl24 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()
33 List<String> getAppTypeOwner(int appType) = 6; in getAppTypeOwner()
DIAppFocusOwnershipCallback.aidl21 void onAppFocusOwnershipLost(int appType) = 0; in onAppFocusOwnershipLost()
22 void onAppFocusOwnershipGranted(int appType) = 1; in onAppFocusOwnershipGranted()
DIAppFocusListener.aidl21 void onAppFocusChanged(int appType, boolean active) = 0; in onAppFocusChanged()
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java112 public void registerFocusListener(IAppFocusListener listener, int appType) { in registerFocusListener()
126 public void unregisterFocusListener(IAppFocusListener listener, int appType) { in unregisterFocusListener()
147 public List<String> getAppTypeOwner(@CarAppFocusManager.AppFocusType int appType) { in getAppTypeOwner()
168 public boolean isOwningFocus(IAppFocusOwnershipCallback callback, int appType) { in isOwningFocus()
180 public int requestAppFocus(IAppFocusOwnershipCallback callback, int appType) { in requestAppFocus()
247 public void abandonAppFocus(IAppFocusOwnershipCallback callback, int appType) { in abandonAppFocus()
338 public boolean isFocusOwner(int uid, int pid, int appType) { in isFocusOwner()
354 void onFocusAcquired(int appType, int uid, int pid); in onFocusAcquired()
356 void onFocusAbandoned(int appType, int uid, int pid); in onFocusAbandoned()
387 private void dispatchAcquireFocusOwnerLocked(int appType, OwnershipClientInfo owner, in dispatchAcquireFocusOwnerLocked()
[all …]
/packages/services/Car/tests/CarServiceTest/src/com/android/car/
DAppFocusTest.java84 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
99 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost()
105 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAppFocusServiceTest.java168 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
190 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost()
196 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java46 BluetoothMapUtils.TYPE appType, in BluetoothMapAccountItem()
67 BluetoothMapUtils.TYPE appType) { in create()
78 BluetoothMapUtils.TYPE appType, in create()
/packages/services/Car/service/src/com/android/car/cluster/
DClusterNavigationService.java150 public void onFocusAcquired(int appType, int uid, int pid) { in onFocusAcquired()
155 public void onFocusAbandoned(int appType, int uid, int pid) { in onFocusAbandoned()
176 private void changeNavContextOwner(int appType, int uid, int pid, boolean acquire) { in changeNavContextOwner()
/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/
DTestGbaService.java40 public void onAuthenticationRequest(int subId, int token, int appType, in onAuthenticationRequest()
DSettings.java230 public void updateTestConfig(Context cxt, int appType, String url, in updateTestConfig()
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DClusterRenderingService.java196 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java1369 WifiConfiguration config, int appType) { in getGsmAuthResponseWithLength()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1668 Integer appType = (Integer) request.argument; in handleMessage() local
6310 public String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns()
6351 public int setForbiddenPlmns(int subId, int appType, List<String> fplmns, String callingPackage, in setForbiddenPlmns()
9190 public String getAidForAppType(int subId, int appType) { in getAidForAppType()
10847 public boolean isApplicationOnUicc(int subId, int appType) { in isApplicationOnUicc()
11493 public void bootstrapAuthenticationRequest(int subId, int appType, Uri nafUrl, in bootstrapAuthenticationRequest()