Searched refs:checkCallingOrSelfReadPhoneState (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | TelephonyPermissions.java | 90 public static boolean checkCallingOrSelfReadPhoneState( in checkCallingOrSelfReadPhoneState() method in TelephonyPermissions 102 return checkCallingOrSelfReadPhoneState(context, subId, callingPackage, in checkCallingOrSelfReadPhoneStateNoThrow()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 701 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in getActiveSubscriptionInfo() 826 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getActiveSubscriptionInfoForSimSlotIndex() 880 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoList() 1006 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoCount() 1050 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAvailableSubscriptionInfoList() 2795 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in isActiveSubId() 2933 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in getSubscriptionProperty() 3616 return TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, in getSubscriptionsInGroup()
|
D | PhoneSubInfoController.java | 461 TelephonyPermissions.checkCallingOrSelfReadPhoneState(
|
D | SmsController.java | 689 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(getPhone(subId).getContext(), in checkSmsShortCodeDestination()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionControllerTest.java | 951 assertTrue(TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, 1, in testSetSubscriptionGroup()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2653 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in checkListenerPermission()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 29690 HSPLcom/android/internal/telephony/TelephonyPermissions;->checkCallingOrSelfReadPhoneState(Landroid…
|