Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl229 boolean canUseFullScreenIntent(in AttributionSource attributionSource); in canUseFullScreenIntent() method
H A DNotificationManager.java884 public boolean canUseFullScreenIntent() { in canUseFullScreenIntent() method in NotificationManager
887 return service.canUseFullScreenIntent(mContext.getAttributionSource()); in canUseFullScreenIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3861 public boolean canUseFullScreenIntent(@NonNull AttributionSource attributionSource) {
7003 final boolean canUseFullScreenIntent = checkUseFullScreenIntentPermission(
7006 if (!canUseFullScreenIntent) {
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6795 method public boolean canUseFullScreenIntent();