Home
last modified time | relevance | path

Searched refs:checkCallingOrSelfReadPhoneState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyPermissions.java97 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/
DSubscriptionController.java488 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()
DPhoneSubInfoController.java417 TelephonyPermissions.checkCallingOrSelfReadPhoneState(
DSmsController.java526 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState(getPhone(subId).getContext(), in checkSmsShortCodeDestination()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java864 assertTrue(TelephonyPermissions.checkCallingOrSelfReadPhoneState(mContext, 1, in testSetSubscriptionGroup()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2250 if (!TelephonyPermissions.checkCallingOrSelfReadPhoneState( in checkListenerPermission()