Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java489 private void verifyCanUseFullScreenIntent(int appOpState, boolean canSend) throws Exception { in verifyCanUseFullScreenIntent() method in NotificationManagerTest
516 verifyCanUseFullScreenIntent(MODE_DEFAULT, /*canSend=*/ isPermissionGranted); in testCanSendFullScreenIntent_modeDefault_returnsIsPermissionGranted()
521 verifyCanUseFullScreenIntent(MODE_ALLOWED, /*canSend=*/ true); in testCanSendFullScreenIntent_modeAllowed_returnsTrue()
526 verifyCanUseFullScreenIntent(MODE_ERRORED, /*canSend=*/ false); in testCanSendFullScreenIntent_modeErrored_returnsFalse()