Searched refs:showNotificationPromptIfNeeded (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PermissionPolicyInternal.java | 65 public abstract void showNotificationPromptIfNeeded(@NonNull String packageName, int userId, in showNotificationPromptIfNeeded() method in PermissionPolicyInternal
|
D | PermissionPolicyService.java | 1165 mHandler.post(() -> showNotificationPromptIfNeeded( 1199 public void showNotificationPromptIfNeeded(@NonNull String packageName, int userId, in showNotificationPromptIfNeeded() method in PermissionPolicyService.Internal 1201 showNotificationPromptIfNeeded(packageName, userId, taskId, null /* info */); in showNotificationPromptIfNeeded() 1204 void showNotificationPromptIfNeeded(@NonNull String packageName, int userId, in showNotificationPromptIfNeeded() method in PermissionPolicyService.Internal
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 8490 mPpi.showNotificationPromptIfNeeded(mPkgName, mUserId, mTaskId);
|