/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowDownloadManager.java | 101 boolean showNotification) { in addCompletedDownload() 122 boolean showNotification, in addCompletedDownload() 462 private final boolean showNotification; field in ShadowDownloadManager.CompletedDownload 473 boolean showNotification) { in CompletedDownload() 493 boolean showNotification, in CompletedDownload() 538 public boolean showNotification() { in showNotification() method in ShadowDownloadManager.CompletedDownload
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/ |
H A D | HeadsUpManager.kt | 208 fun showNotification(entry: NotificationEntry) in addHeadsUpPhoneListener() method 309 override fun showNotification(entry: NotificationEntry) {} in onHeadsUpAnimatingAwayStateChanged() method in com.android.systemui.statusbar.notification.headsup.HeadsUpManagerEmptyImpl
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | EapFailureNotifier.java | 87 int errorCode, WifiConfiguration config, boolean showNotification) { in onEapFailure() 142 private void showNotification(String errorMessage, String ssid) { in showNotification() method in EapFailureNotifier
|
D | SimRequiredNotifier.java | 68 private void showNotification(String ssid, String carrier) { in showNotification() method in SimRequiredNotifier
|
D | WrongPasswordNotifier.java | 84 private void showNotification(@NonNull WifiConfiguration wifiConfiguration) { in showNotification() method in WrongPasswordNotifier
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/ |
H A D | Notifications.kt | 81 fun showNotification( in showNotification() method
|
/aosp_15_r20/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/ |
D | NotificationHelper.kt | 66 fun showNotification(chat: Chat, fromUser: Boolean) { in <lambda>() method in com.example.android.bubbles.data.NotificationHelper
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
H A D | TaskSwitcherNotificationCoordinator.kt | 86 private fun showNotification(uiState: Showing) { in <lambda>() method in com.android.systemui.mediaprojection.taskswitcher.ui.TaskSwitcherNotificationCoordinator
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/inputdevice/tutorial/ui/ |
H A D | TutorialNotificationCoordinator.kt | 70 private fun showNotification(tutorialType: TutorialType) { in showNotification() method
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | DownloadManager.java | 1448 boolean showNotification) { in addCompletedDownload() 1494 boolean showNotification, Uri uri, Uri referer) { in addCompletedDownload() 1519 boolean showNotification, boolean allowWrite) { in addCompletedDownload() 1544 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) { in addCompletedDownload()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/education/ui/view/ |
H A D | ContextualEduUiCoordinator.kt | 126 private fun showNotification(model: ContextualEduNotificationViewModel) { in <lambda>() method in com.android.systemui.education.ui.view.ContextualEduUiCoordinator
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
H A D | TaskSwitcherNotificationCoordinatorTest.kt | 77 fun showNotification() { in showNotification() method in com.android.systemui.mediaprojection.taskswitcher.ui.TaskSwitcherNotificationCoordinatorTest
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
D | BlockedNumbersAdapter.java | 28 void updateEmergencyCallNotification(Context context, boolean showNotification); in updateEmergencyCallNotification()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/ |
H A D | AlarmService_Service.java | 98 private void showNotification() { in showNotification() method in AlarmService_Service
|
H A D | NotificationBackgroundService.java | 71 private void showNotification(CharSequence text) { in showNotification() method in NotificationBackgroundService.Controller
|
H A D | NotifyingService.java | 93 private void showNotification(int moodId, int textId) { in showNotification() method in NotifyingService
|
H A D | LocalService.java | 99 private void showNotification() { in showNotification() method in LocalService
|
H A D | MessengerService.java | 148 private void showNotification() { in showNotification() method in MessengerService
|
H A D | JobWorkService.java | 135 private void showNotification(String text) { in showNotification() method in JobWorkService
|
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
H A D | MediaCodecResourceTestLowPriorityService.java | 61 private Notification showNotification() { in showNotification() method in MediaCodecResourceTestLowPriorityService
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20116/src/android/security/cts/CVE_2022_20116/ |
H A D | PocService.java | 53 private void showNotification(PendingIntent targetIntent) { in showNotification() method in PocService
|
/aosp_15_r20/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/ |
H A D | ListenerService.java | 79 private void showNotification(Uri attractionsUri, ArrayList<DataMap> attractions) { in showNotification() method in ListenerService
|
/aosp_15_r20/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/ |
D | ListenerService.java | 80 private void showNotification(Uri attractionsUri, ArrayList<DataMap> attractions) { in showNotification() method in ListenerService
|
/aosp_15_r20/developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/ |
H A D | ListenerService.java | 79 private void showNotification(Uri attractionsUri, ArrayList<DataMap> attractions) { in showNotification() method in ListenerService
|
/aosp_15_r20/development/samples/Alarm/src/com/example/android/newalarm/ |
H A D | AlarmService.java | 180 private void showNotification() { in showNotification() method in AlarmService
|