Home
last modified time | relevance | path

Searched refs:getCarrierPrivilegeStatusForUid (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyPermissionsTest.java99 when(mMockTelephony.getCarrierPrivilegeStatusForUid(eq(SUB_ID), eq(UID))) in setUp()
146 when(mMockTelephony.getCarrierPrivilegeStatusForUid(eq(SUB_ID), eq(UID))) in testCheckReadPhoneState_hasCarrierPrivileges()
186 when(mMockTelephony.getCarrierPrivilegeStatusForUid(eq(SUB_ID), eq(UID))) in testCheckReadPhoneStateOnAnyActiveSub_hasCarrierPrivileges()
262 when(mMockTelephony.getCarrierPrivilegeStatusForUid(eq(SUB_ID), eq(UID))) in testCheckReadDeviceIdentifiers_hasCarrierPrivileges()
323 when(mMockTelephony.getCarrierPrivilegeStatusForUid(eq(SUB_ID_2), eq(UID))).thenReturn( in testCheckReadDeviceIdentifiers_hasCarrierPrivilegesOnOtherSubscription()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java359 return getCarrierPrivilegeStatusForUid(packageManager, Binder.getCallingUid()); in getCarrierPrivilegeStatusForCurrentTransaction()
368 public int getCarrierPrivilegeStatusForUid( in getCarrierPrivilegeStatusForUid() method in UiccCarrierPrivilegeRules
DUiccProfile.java1526 public int getCarrierPrivilegeStatusForUid(PackageManager packageManager, int uid) { in getCarrierPrivilegeStatusForUid() method in UiccProfile
1530 carrierPrivilegeRules.getCarrierPrivilegeStatusForUid(packageManager, uid); in getCarrierPrivilegeStatusForUid()
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyPermissions.java628 return telephony.getCarrierPrivilegeStatusForUid(subId, uid); in getCarrierPrivilegeStatus()
DITelephony.aidl991 int getCarrierPrivilegeStatusForUid(int subId, int uid); in getCarrierPrivilegeStatusForUid() method