Home
last modified time | relevance | path

Searched refs:OPSTR_READ_PHONE_STATE (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java178 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetDeviceIdWithOutPermission()
200 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetDeviceIdWithOutPermission()
292 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetNaiWithOutPermission()
313 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetNaiWithOutPermission()
375 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetImeiWithOutPermission()
396 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetImeiWithOutPermission()
452 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetDeviceSvnWithOutPermission()
461 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetDeviceSvnWithOutPermission()
518 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetSubscriberIdWithOutPermission()
540 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetSubscriberIdWithOutPermission()
[all …]
DTelephonyPermissionsTest.java170 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), eq(UID), eq(PACKAGE), in testCheckReadPhoneState_hasPermissionAndAppOp()
214 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), eq(UID), eq(PACKAGE), in testCheckReadPhoneStateOnAnyActiveSub_hasPermissionAndAppOp()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/permission/
DLegacyPermissionManagerServiceTest.java248 AppOpsManager.OPSTR_READ_PHONE_STATE); in checkPhoneNumberAccess_targetPreRWithReadPhoneState_returnsGranted()
267 AppOpsManager.OPSTR_READ_PHONE_STATE); in checkPhoneNumberAccess_targetRWithReadPhoneState_returnsDenied()
/frameworks/base/telephony/common/com/android/internal/telephony/
DTelephonyPermissions.java196 return appOps.noteOpNoThrow(AppOpsManager.OPSTR_READ_PHONE_STATE, uid, callingPackage, in checkReadPhoneState()
249 return appOps.noteOpNoThrow(AppOpsManager.OPSTR_READ_PHONE_STATE, uid, callingPackage, in checkReadPhoneStateOnAnyActiveSub()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DLegacyPermissionManagerService.java167 AppOpsManager.OPSTR_READ_PHONE_STATE, callingFeatureId, message, pid, uid); in checkPhoneNumberAccess()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java580 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), in testGetAllSubInfoList()
641 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), in testGetSubscriptionsInGroup()
878 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), in testGetActiveSubscriptionInfoList()
911 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), in testGetActiveSubscriptionInfoForSimSlotIndex()
1010 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), in testUpdateEmbeddedSubscriptionsNullResult()
1035 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), in testGetActiveSubscriptionInfo()
1691 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), in testGetOpportunisticSubscriptions()
3169 .noteOpNoThrow(eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), in testGetActiveSubscriptionInfoListNoSecurityException()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1642 OPSTR_READ_PHONE_STATE,
1830 public static final String OPSTR_READ_PHONE_STATE field in AppOpsManager
2787 new AppOpInfo.Builder(OP_READ_PHONE_STATE, OPSTR_READ_PHONE_STATE, "READ_PHONE_STATE")
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt5138 field public static final String OPSTR_READ_PHONE_STATE = "android:read_phone_state";