Searched refs:checkCallingOrSelfReadPhoneState (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | TelephonyPermissions.java | 91 public static boolean checkCallingOrSelfReadPhoneState( in checkCallingOrSelfReadPhoneState() method in TelephonyPermissions 103 return checkCallingOrSelfReadPhoneState(context, subId, callingPackage, in checkCallingOrSelfReadPhoneStateNoThrow()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 2631 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in isRadioOnForSubscriberWithFeature() 3279 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getDeviceSoftwareVersionForSlot() 3473 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getCdmaEriIconIndexForSubscriber() 3506 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getCdmaEriIconModeForSubscriber() 3537 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getCdmaEriTextForSubscriber() 3680 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getVisualVoicemailPackageName() 3848 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getVoiceMessageCountForSubscriber() 5061 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getDataNetworkTypeForSubscriber() 5086 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getVoiceNetworkTypeForSubscriber() 5479 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getForbiddenPlmns() [all …]
|
H A D | ImsRcsController.java | 506 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in isUceSettingEnabled()
|
H A D | CarrierConfigLoader.java | 1230 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subscriptionId, in getConfigForSubIdWithFeature()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SubscriptionController.java | 731 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in getActiveSubscriptionInfo() 859 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getActiveSubscriptionInfoForSimSlotIndex() 926 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoList() 1061 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoCount() 3099 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in isActiveSubId() 3240 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in getSubscriptionProperty() 3930 return TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, in getSubscriptionsInGroup()
|
H A D | PhoneSubInfoController.java | 508 TelephonyPermissions.checkCallingOrSelfReadPhoneState(
|
H A D | SmsController.java | 698 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(getPhone(subId).getContext(), in checkSmsShortCodeDestination()
|
H A D | IccSmsInterfaceManager.java | 1372 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getSmsCapacityOnIcc()
|
/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
H A D | OpportunisticNetworkService.java | 283 .checkCallingOrSelfReadPhoneState(mContext,
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SubscriptionControllerTest.java | 1210 assertTrue(TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, 1, in testSetSubscriptionGroup()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 3149 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in checkListenerPermission()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 22152 HSPLcom/android/internal/telephony/TelephonyPermissions;->checkCallingOrSelfReadPhoneState(Landroid…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 22199 HSPLcom/android/internal/telephony/TelephonyPermissions;->checkCallingOrSelfReadPhoneState(Landroid…
|