/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | CrossProfileNotificationListenerService.java | 34 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() 40 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() 57 private void sendBroadcastForNotification(StatusBarNotification sbn, String action) { in sendBroadcastForNotification()
|
D | NotificationListener.java | 62 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | SensitiveNotificationRedactionTest.kt | 160 val sbn = mNotificationHelper.findPostedNotification(tag, NOTIFICATION_ID, searchType) in waitForNotification() constant 173 val sbn = waitForNotification() in testTextFieldsRedacted() constant 210 val sbn = waitForNotification() in testActionsRedacted() constant 227 val sbn = waitForNotification() in testMessagesRedacted() constant 253 val sbn = waitForNotification() in testBigTextRedacted() constant 272 val sbn = waitForNotification() in testCustomExtrasNotRedacted() constant 288 val sbn = waitForNotification() in testRankingRedactedInPost() constant 298 val sbn = waitForNotification() in testRankingRedactedInUpdate() constant 477 val sbn = waitForNotification(tag = tag) in testE2ERedaction_shouldRedact() constant 532 val sbn = waitForNotification(tag = tag) in testE2ERedaction_shouldNotRedact() constant [all …]
|
D | StatusBarNotificationTest.java | 126 StatusBarNotification sbn = in testIsClearable_notClearableOngoingEvent() local 150 StatusBarNotification sbn = in testIsGroup_notifGroup() local 163 StatusBarNotification sbn = in testIsGroup_sortKey() local 181 StatusBarNotification sbn = in testIsOngoing_ongoingEvent() local
|
D | NotificationManagerBubbleTest.java | 190 StatusBarNotification sbn = in verifyNotificationBubbleState() local 950 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, notifId, in testNotificationManagerBubble_setSuppressBubble() local 995 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, in testNotificationManagerBubble_setSuppressBubble_notSuppressable() local 1039 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId() local 1085 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId() local 1119 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, notifId, in testNotificationManagerBubble_setSuppressBubble_dismissLocusActivity() local
|
D | NotificationManagerTest.java | 1303 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, notificationId, in testKeyChannelGroupOverrideImportanceExplanation_ranking() local 2365 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, in getNotificationBackgroundImageUri() local 2506 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, notificationId, in testNotificationListener_cancelNotifications() local 2537 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, notificationId, in testNotificationAssistant_cancelNotifications() local 3022 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, id, in testMediaStyle_setNoClearFlag() local 3048 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, id, in testCustomMediaStyle_setNoClearFlag() local 3069 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, id, in testMediaStyleRemotePlayback_noPermission() local 3098 StatusBarNotification sbn = mNotificationHelper.findPostedNotification( in testMediaStyleRemotePlayback_hasPermission() local 3123 StatusBarNotification sbn = mNotificationHelper.findPostedNotification( in testCustomMediaStyleRemotePlayback_noPermission() local 3152 StatusBarNotification sbn = mNotificationHelper.findPostedNotification( in testCustomMediaStyleRemotePlayback_hasPermission() local [all …]
|
D | NotificationManagerZenTest.java | 1780 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(null, 1, in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone() local 2092 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(NAME, 1, in testPriorityChannelNotInterceptedByDefault() local 2132 StatusBarNotification sbn = mNotificationHelper.findPostedNotification(NAME, 1, in testPriorityChannelInterceptedWhenChannelsDisallowed() local
|
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationAssistantServiceTest.java | 141 StatusBarNotification sbn = mHelper.findPostedNotification( in testOnNotificationEnqueued() local 169 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_userSentimentKey() local 198 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_proposedImportanceKey() local 223 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_sensitiveContentKey() local 248 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_importanceKey() local 328 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_smartActionKey() local 368 StatusBarNotification sbn = mHelper.findPostedNotification( in testAdjustNotification_smartReplyKey() local 463 StatusBarNotification sbn = mHelper.findPostedNotification( in testOnNotificationSnoozedUntilContext() local 491 StatusBarNotification sbn = mHelper.findPostedNotification( in testUnsnoozeFromNAS() local 600 StatusBarNotification sbn = mHelper.findPostedNotification( in testOnNotificationClicked() local [all …]
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/ |
D | ListenerService.java | 45 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() 54 private boolean broadcastIfVulnerableNotificationFound(StatusBarNotification sbn) { in broadcastIfVulnerableNotificationFound()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | TestNotificationListener.java | 96 StatusBarNotification sbn = mPosted.poll(SLEEP_TIME_MS, TimeUnit.MILLISECONDS); in getFirstNotificationFromPackage() local 121 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 133 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() 175 StatusBarNotification sbn = in clickNotification() local
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | TestNotificationAssistant.java | 122 public Adjustment onNotificationEnqueued(StatusBarNotification sbn) { in onNotificationEnqueued() 127 public Adjustment onNotificationEnqueued(StatusBarNotification sbn, NotificationChannel channel, in onNotificationEnqueued() 193 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() 198 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() 206 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved()
|
D | TestNotificationListener.java | 107 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() 121 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 143 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() 159 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/ |
D | PocListenerService.java | 26 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | SecondaryNotificationListener.java | 75 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 81 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved()
|
D | LegacyNotificationManagerTest.java | 204 StatusBarNotification sbn = mHelper.findPostedNotification( in testSuspendPackage() local 320 StatusBarNotification sbn = mHelper.findPostedNotification( in testChannelDeletion_cancelReason() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 158 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 180 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() 189 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved()
|
D | NotificationListenerVerifierActivity.java | 387 StatusBarNotification sbn = MockListener.getInstance().getPosted(mTag1); in test() local
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | NotificationListener.java | 59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | NotificationListener.java | 68 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
|
/cts/tests/tests/notificationlegacy/notificationlegacy34/src/android/app/notification/legacy34/cts/ |
D | NotificationManagerApi34Test.kt | 76 val sbn: StatusBarNotification = helper.findPostedNotification( in testMediaStyle_noClearFlagNotSet() constant 93 val sbn: StatusBarNotification = helper.findPostedNotification( in testCustomMediaStyle_noClearFlagNotSet() constant
|
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/ |
D | SensitiveNotificationAppHidingTest.kt | 112 val sbn = in <lambda>() constant
|