Searched refs:getAllowlistToken (Results 1 – 3 of 3) sorted by relevance
14304 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 …]
3755 public IBinder getAllowlistToken() { in getAllowlistToken() method in Notification
7378 IBinder allowlistToken = notification.getAllowlistToken();