Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1218 if (!checkNotifyPermission("notifyCallState()")) { in notifyCallStateForAllSubs()
1251 if (!checkNotifyPermission("notifyCallState()")) { in notifyCallState()
1281 if (!checkNotifyPermission("notifyServiceState()")){ in notifyServiceStateForPhoneId()
1339 if (!checkNotifyPermission("notifySimActivationState()")){ in notifySimActivationStateChangedForPhoneId()
1400 if (!checkNotifyPermission("notifySignalStrength()")) { in notifySignalStrengthForPhoneId()
1498 if (!checkNotifyPermission("notifyCellInfoForSubscriber()")) { in notifyCellInfoForSubscriber()
1531 if (!checkNotifyPermission("notifyMessageWaitingChanged()")) { in notifyMessageWaitingChangedForPhoneId()
1558 if (!checkNotifyPermission("notifyUserMobileDataStateChanged()")) { in notifyUserMobileDataStateChangedForPhoneId()
1595 if (!checkNotifyPermission("notifyDisplayInfoChanged()")) { in notifyDisplayInfoChanged()
1626 if (!checkNotifyPermission("notifyCallForwardingChanged()")) { in notifyCallForwardingChangedForSubscriber()
[all …]
/frameworks/base/services/
Dart-profile1885 HSPLcom/android/server/TelephonyRegistry;->checkNotifyPermission(Ljava/lang/String;)Z