Home
last modified time | relevance | path

Searched defs:appType (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java58 void onAppFocusChanged(@AppFocusType int appType, boolean active); in onAppFocusChanged()
73 void onAppFocusOwnershipLost(@AppFocusType int appType); in onAppFocusOwnershipLost()
83 void onAppFocusOwnershipGranted(@AppFocusType int appType); in onAppFocusOwnershipGranted()
153 public void addFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) { in addFocusListener()
179 public void removeFocusListener(OnAppFocusChangedListener listener, @AppFocusType int appType) { in removeFocusListener()
247 public List<String> getAppTypeOwner(@AppFocusType int appType) { in getAppTypeOwner()
261 public boolean isOwningFocus(OnAppFocusOwnershipCallback callback, @AppFocusType int appType) { in isOwningFocus()
289 int appType, OnAppFocusOwnershipCallback ownershipCallback) { in requestAppFocus()
317 @AppFocusType int appType) { in abandonAppFocus()
384 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.java100 public void registerFocusListener(IAppFocusListener listener, int appType) { in registerFocusListener()
114 public void unregisterFocusListener(IAppFocusListener listener, int appType) { in unregisterFocusListener()
135 public List<String> getAppTypeOwner(@CarAppFocusManager.AppFocusType int appType) { in getAppTypeOwner()
151 public boolean isOwningFocus(IAppFocusOwnershipCallback callback, int appType) { in isOwningFocus()
163 public int requestAppFocus(IAppFocusOwnershipCallback callback, int appType) { in requestAppFocus()
230 public void abandonAppFocus(IAppFocusOwnershipCallback callback, int appType) { in abandonAppFocus()
318 public boolean isFocusOwner(int uid, int pid, int appType) { in isFocusOwner()
334 void onFocusAcquired(int appType, int uid, int pid); in onFocusAcquired()
336 void onFocusAbandoned(int appType, int uid, int pid); in onFocusAbandoned()
367 private void dispatchAcquireFocusOwnerLocked(int appType, OwnershipClientInfo owner, in dispatchAcquireFocusOwnerLocked()
[all …]
/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java82 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
117 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost()
124 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAppFocusServiceTest.java154 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
176 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost()
182 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java45 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/
DClusterNavigationService.java144 public void onFocusAcquired(int appType, int uid, int pid) { in onFocusAcquired()
149 public void onFocusAbandoned(int appType, int uid, int pid) { in onFocusAbandoned()
170 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/
DCarAppFocusManagerTest.java358 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
401 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost()
411 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
/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/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1557 Integer appType = (Integer) request.argument; in handleMessage() local
5467 public String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns()
5505 public int setForbiddenPlmns(int subId, int appType, List<String> fplmns, String callingPackage, in setForbiddenPlmns()
8158 public String getAidForAppType(int subId, int appType) { in getAidForAppType()
9587 public boolean isApplicationOnUicc(int subId, int appType) { in isApplicationOnUicc()
10143 public void bootstrapAuthenticationRequest(int subId, int appType, Uri nafUrl, in bootstrapAuthenticationRequest()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java1185 WifiConfiguration config, int appType) { in getGsmAuthResponseWithLength()