Home
last modified time | relevance | path

Searched refs:checkReadDeviceIdentifiers (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyPermissionsTest.java243 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_noPermissions()
256 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_hasPrivilegedPermission()
265 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_hasCarrierPrivileges()
274 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_hasAppOp()
283 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_hasDPMDeviceIDAccess()
296 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_hasReadPhoneStateTargetQ()
314 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_hasReadPhoneStateTargetPreQ()
326 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_hasCarrierPrivilegesOnOtherSubscription()
340 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_hasAppOpNullSubscription()
351 TelephonyPermissions.checkReadDeviceIdentifiers(mMockContext, () -> mMockTelephony, in testCheckReadDeviceIdentifiers_nullPackageName()
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyPermissions.java274 return checkReadDeviceIdentifiers(context, TELEPHONY_SUPPLIER, subId, in checkCallingOrSelfReadDeviceIdentifiers()
296 return checkReadDeviceIdentifiers(context, TELEPHONY_SUPPLIER, subId, in checkCallingOrSelfReadSubscriberIdentifiers()
308 public static boolean checkReadDeviceIdentifiers(Context context, in checkReadDeviceIdentifiers() method in TelephonyPermissions