Searched refs:checkCallingOrSelfReadPhoneState (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | TelephonyPermissions.java | 92 public static boolean checkCallingOrSelfReadPhoneState( in checkCallingOrSelfReadPhoneState() method in TelephonyPermissions 104 return checkCallingOrSelfReadPhoneState(context, subId, callingPackage, in checkCallingOrSelfReadPhoneStateNoThrow()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 540 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in getActiveSubscriptionInfo() 665 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getActiveSubscriptionInfoForSimSlotIndex() 716 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoList() 842 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoCount() 886 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAvailableSubscriptionInfoList() 2657 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in isActiveSubId() 2795 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in getSubscriptionProperty() 3477 return TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, in getSubscriptionsInGroup() 3784 return TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, in getSubscriptionInfoListFromCacheHelper()
|
D | PhoneSubInfoController.java | 457 TelephonyPermissions.checkCallingOrSelfReadPhoneState(
|
D | SmsController.java | 683 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(getPhone(subId).getContext(), in checkSmsShortCodeDestination()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionControllerTest.java | 941 assertTrue(TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, 1, in testSetSubscriptionGroup()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2627 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in checkListenerPermission()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 23013 HSPLcom/android/internal/telephony/TelephonyPermissions;->checkCallingOrSelfReadPhoneState(Landroid…
|