Home
last modified time | relevance | path

Searched refs:getAllowlistToken (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java14304 assertThat(received.getAllowlistToken()).isEqualTo(
14312 assertThat(mService.mNotificationList.get(0).getNotification().getAllowlistToken())
14322 assertThat(receivedWithoutParceling.getAllowlistToken()).isNull();
14329 assertThat(mService.mNotificationList.get(0).getNotification().getAllowlistToken())
14341 assertThat(received.getAllowlistToken()).isEqualTo(sent.getAllowlistToken());
14392 parcel.writeStrongBinder(notif.getAllowlistToken());
14572 assertThat(receivedByNms.getAllowlistToken()).isEqualTo(
14579 assertThat(posted.getAllowlistToken()).isEqualTo(
14595 assertThat(gottenBackByApp.getAllowlistToken()).isNull();
14597 assertThat(gottenBackByApp.publicVersion.getAllowlistToken()).isNull();
[all …]
/frameworks/base/core/java/android/app/
DNotification.java3755 public IBinder getAllowlistToken() { in getAllowlistToken() method in Notification
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java7378 IBinder allowlistToken = notification.getAllowlistToken();