Searched refs:checkCallingOrSelfReadPhoneState (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | TelephonyPermissions.java | 97 public static boolean checkCallingOrSelfReadPhoneState( in checkCallingOrSelfReadPhoneState() method in TelephonyPermissions 107 return checkCallingOrSelfReadPhoneState(context, subId, callingPackage, message); in checkCallingOrSelfReadPhoneStateNoThrow()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 488 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getActiveSubscriptionInfo() 548 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getActiveSubscriptionInfoForIccId() 606 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getActiveSubscriptionInfoForSimSlotIndex() 655 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoList() 769 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAllSubInfoCount() 812 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getAvailableSubscriptionInfoList() 2476 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, callingPackage, in isActiveSubId() 2609 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in getSubscriptionProperty() 3257 return TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, subId, in getSubscriptionsInGroup() 3546 return TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, in getSubscriptionInfoListFromCacheHelper()
|
D | PhoneSubInfoController.java | 417 TelephonyPermissions.checkCallingOrSelfReadPhoneState(
|
D | SmsController.java | 526 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(getPhone(subId).getContext(), in checkSmsShortCodeDestination()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionControllerTest.java | 864 assertTrue(TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, 1, in testSetSubscriptionGroup()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2250 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in checkListenerPermission()
|