Home
last modified time | relevance | path

Searched refs:checkNotifyPermission (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1585 if (!checkNotifyPermission("notifyCallState()")) { in notifyCallStateForAllSubs()
1629 if (!checkNotifyPermission("notifyCallState()")) { in notifyCallState()
1672 if (!checkNotifyPermission("notifyServiceState()")){ in notifyServiceStateForPhoneId()
2101 if (!checkNotifyPermission("notifyDataActivity()" )) { in notifyDataActivityForSubscriber()
2252 if (!checkNotifyPermission("notifyCellLocation()")) { in notifyCellLocationForSubscriber()
2822 if (!checkNotifyPermission("notifyBarringInfo()")) { in notifyBarringInfoChanged()
2942 if (!checkNotifyPermission("notifyDataEnabled()")) { in notifyDataEnabled()
3794 if (checkNotifyPermission()) { in enforceNotifyPermissionOrCarrierPrivilege()
3802 private boolean checkNotifyPermission(String method) { in checkNotifyPermission() method in TelephonyRegistry
3803 if (checkNotifyPermission()) { in checkNotifyPermission()
[all …]
/aosp14/frameworks/base/services/
H A Dart-profile450 HSPLcom/android/server/TelephonyRegistry;->checkNotifyPermission()Z