Home
last modified time | relevance | path

Searched defs:sbn (Results 1 – 21 of 21) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileNotificationListenerService.java34 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()
DNotificationListener.java62 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt160 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 …]
DStatusBarNotificationTest.java126 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
DNotificationManagerBubbleTest.java190 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
DNotificationManagerTest.java1303 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 …]
DNotificationManagerZenTest.java1780 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/
DNotificationAssistantServiceTest.java141 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/
DListenerService.java45 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
54 private boolean broadcastIfVulnerableNotificationFound(StatusBarNotification sbn) { in broadcastIfVulnerableNotificationFound()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestNotificationListener.java96 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/
DTestNotificationAssistant.java122 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()
DTestNotificationListener.java107 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/
DPocListenerService.java26 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java75 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted()
81 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved()
DLegacyNotificationManagerTest.java204 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/
DMockListener.java158 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()
DNotificationListenerVerifierActivity.java387 StatusBarNotification sbn = MockListener.getInstance().getPosted(mTag1); in test() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNotificationListener.java59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNotificationListener.java68 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted()
/cts/tests/tests/notificationlegacy/notificationlegacy34/src/android/app/notification/legacy34/cts/
DNotificationManagerApi34Test.kt76 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/
DSensitiveNotificationAppHidingTest.kt112 val sbn = in <lambda>() constant