Home
last modified time | relevance | path

Searched refs:getAssistantCancellationReason (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java645 int reason = getAssistantCancellationReason(sbn.getKey()); in testNotificationCancel_api29HasLegacyReason()
717 private int getAssistantCancellationReason(String key) { in getAssistantCancellationReason() method in NotificationAssistantServiceTest
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java374 private int getAssistantCancellationReason(String key) { in getAssistantCancellationReason() method in NotificationManagerTest
2541 int gotReason = getAssistantCancellationReason(sbn.getKey()); in testNotificationAssistant_cancelNotifications()