Searched refs:telephonySupplier (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | TelephonyPermissions.java | 155 Context context, Supplier<ITelephony> telephonySupplier, int subId, int pid, int uid, in checkReadPhoneState() argument 171 enforceCarrierPrivilege(telephonySupplier, subId, uid, message); in checkReadPhoneState() 207 Context context, Supplier<ITelephony> telephonySupplier, int pid, int uid, in checkReadPhoneStateOnAnyActiveSub() argument 222 return checkCarrierPrivilegeForAnySubId(context, telephonySupplier, uid); in checkReadPhoneStateOnAnyActiveSub() 309 Supplier<ITelephony> telephonySupplier, int subId, int pid, int uid, in checkReadDeviceIdentifiers() argument 322 if (checkCarrierPrivilegeForAnySubId(context, telephonySupplier, uid)) { in checkReadDeviceIdentifiers() 434 Context context, Supplier<ITelephony> telephonySupplier, int subId, int pid, int uid, in checkReadCallLog() argument 442 enforceCarrierPrivilege(telephonySupplier, subId, uid, "readCallLog"); in checkReadCallLog() 470 Context context, Supplier<ITelephony> telephonySupplier, int subId, int pid, int uid, in checkReadPhoneNumber() argument 485 context, telephonySupplier, subId, pid, uid, callingPackage, message); in checkReadPhoneNumber() [all …]
|