Searched refs:canReadPhoneState (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | TelecomServiceImpl.java | 311 || canReadPhoneState( 388 if (!includeDisabledAccounts && !canReadPhoneState(callingPackage, 399 if (!canReadPhoneState(callingPackage, callingFeatureId, 435 if (!canReadPhoneState(callingPackage, callingFeatureId, 950 if (!canReadPhoneState(callingPackage, callingFeatureId, "isVoiceMailNumber")) { 982 if (!canReadPhoneState(callingPackage, callingFeatureId, "getVoiceMailNumber")) { 1182 if (!canReadPhoneState(callingPackage, callingFeatureId, "isInCall")) { 1223 if (!canReadPhoneState(callingPackage, callingFeatureId, "isInManagedCall")) { 1320 if (Binder.getCallingUid() != Process.SHELL_UID && !canReadPhoneState( 1423 if (!canReadPhoneState(callingPackage, callingFeatureId, "showInCallScreen")) { [all …]
|