Searched refs:checkCallingOrSelfReadPhoneState (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | TelephonyPermissions.java | 91 public static boolean checkCallingOrSelfReadPhoneState( in checkCallingOrSelfReadPhoneState() method in TelephonyPermissions 103 return checkCallingOrSelfReadPhoneState(context, subId, callingPackage, in checkCallingOrSelfReadPhoneStateNoThrow()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 730 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in getActiveSubscriptionInfo() 858 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getActiveSubscriptionInfoForSimSlotIndex() 912 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoList() 1047 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoCount() 3078 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in isActiveSubId() 3218 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in getSubscriptionProperty() 3905 return TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, in getSubscriptionsInGroup()
|
D | PhoneSubInfoController.java | 494 TelephonyPermissions.checkCallingOrSelfReadPhoneState(
|
D | SmsController.java | 698 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(getPhone(subId).getContext(), in checkSmsShortCodeDestination()
|
D | IccSmsInterfaceManager.java | 1372 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getSmsCapacityOnIcc()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionControllerTest.java | 1208 assertTrue(TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, 1, in testSetSubscriptionGroup()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 3092 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in checkListenerPermission()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 22152 HSPLcom/android/internal/telephony/TelephonyPermissions;->checkCallingOrSelfReadPhoneState(Landroid…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22199 HSPLcom/android/internal/telephony/TelephonyPermissions;->checkCallingOrSelfReadPhoneState(Landroid…
|