Home
last modified time | relevance | path

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

12

/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()
233 public List<String> getAppTypeOwner(@AppFocusType int appType) { in getAppTypeOwner()
273 int appType, OnAppFocusOwnershipCallback ownershipCallback) { in requestAppFocus()
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 …]
H A 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()
H A DIAppFocusOwnershipCallback.aidl21 void onAppFocusOwnershipLost(int appType) = 0; in onAppFocusOwnershipLost()
22 void onAppFocusOwnershipGranted(int appType) = 1; in onAppFocusOwnershipGranted()
H A DIAppFocusListener.aidl21 void onAppFocusChanged(int appType, boolean active) = 0; in onAppFocusChanged()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DAppFocusService.java95 public void registerFocusListener(IAppFocusListener listener, int appType) { in registerFocusListener()
312 public boolean isFocusOwner(int uid, int pid, int appType) { in isFocusOwner()
328 void onFocusAcquired(int appType, int uid, int pid); in onFocusAcquired()
329 void onFocusAbandoned(int appType, int uid, int pid); in onFocusAbandoned()
425 int appType) { in ClientInfo()
438 private boolean addAppType(Integer appType) { in addAppType()
444 private boolean removeAppType(Integer appType) { in removeAppType()
483 private boolean addOwnedAppType(Integer appType) { in addOwnedAppType()
492 private boolean removeOwnedAppType(Integer appType) { in removeOwnedAppType()
533 int appType) { in requestAppFocusOwnershipLossDispatch()
[all …]
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A 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()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DAppFocusServiceTest.java143 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
165 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost()
171 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DClusterNavigationService.java131 public void onFocusAcquired(int appType, int uid, int pid) { in onFocusAcquired()
136 public void onFocusAbandoned(int appType, int uid, int pid) { in onFocusAbandoned()
157 private void changeNavContextOwner(int appType, int uid, int pid, boolean acquire) { in changeNavContextOwner()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A 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()
/aosp12/frameworks/base/telephony/java/android/telephony/gba/
H A DGbaAuthRequest.java44 public GbaAuthRequest(int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest()
55 public GbaAuthRequest(int token, int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest()
H A DGbaService.java144 public void onAuthenticationRequest(int subscriptionId, int token, @UiccAppTypeExt int appType, in onAuthenticationRequest()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java346 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
389 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost()
399 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardTest.java45 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
H A DUiccProfileTest.java85 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
H A DUiccControllerTest.java82 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus()
/aosp12/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/
H A DTestGbaService.java40 public void onAuthenticationRequest(int subId, int token, int appType, in onAuthenticationRequest()
H A DSettings.java230 public void updateTestConfig(Context cxt, int appType, String url, in updateTestConfig()
/aosp12/frameworks/base/media/java/android/media/tv/
H A DTunedInfo.java104 boolean isVisible, boolean isMainSession, @AppType int appType, int appTag) { in TunedInfo()
/aosp12/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java119 int appType; field in WapPushManager.WapPushManDBHelper.queryData
398 String contentType, String packageName, String className, int appType, in insertPackage()
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DClusterRenderingService.java196 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl219 String getIccSimChallengeResponse(int subId, int appType, int authType, String data, in getIccSimChallengeResponse()
H A DITelephony.aidl1467 String getAidForAppType(int subId, int appType); in getAidForAppType()
1667 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns()
1681 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns()
2145 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc()
2283 void bootstrapAuthenticationRequest(int subId, int appType, in Uri nafUrl, in bootstrapAuthenticationRequest()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java638 private static int getAuthContext(AppType appType) { in getAuthContext()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3571 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc()
7652 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication()
7679 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication()
7719 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns()
11770 public String getAidForAppType(@UiccAppType int appType) { in getAidForAppType()
11778 public String getAidForAppType(int subId, int appType) { in getAidForAppType()
15518 public void bootstrapAuthenticationRequest( in bootstrapAuthenticationRequest()
15531 getSubId(), appType, nafId, securityProtocol, forceBootStrapping, in bootstrapAuthenticationRequest() local
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1474 Integer appType = (Integer) request.argument; in handleMessage() local
5477 public String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns()
5515 public int setForbiddenPlmns(int subId, int appType, List<String> fplmns, String callingPackage, in setForbiddenPlmns()
8127 public String getAidForAppType(int subId, int appType) { in getAidForAppType()
9389 public boolean isApplicationOnUicc(int subId, int appType) { in isApplicationOnUicc()
9915 public void bootstrapAuthenticationRequest(int subId, int appType, Uri nafUrl, in bootstrapAuthenticationRequest()

12