Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPermissionPolicyService.java1152 if (!shouldShowNotificationDialogOrClearFlags(taskInfo,
1225 return shouldShowNotificationDialogOrClearFlags(taskInfo, currPkg, callingPkg, intent, in shouldShowNotificationDialogForTask()
1266 private boolean shouldShowNotificationDialogOrClearFlags(TaskInfo taskInfo, String currPkg, in shouldShowNotificationDialogOrClearFlags() method in PermissionPolicyService.Internal