Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java822 public boolean canUseFullScreenIntent() { in canUseFullScreenIntent() method in NotificationManagerCompat
831 return Api34Impl.canUseFullScreenIntent(mNotificationManager); in canUseFullScreenIntent()
1378 static boolean canUseFullScreenIntent(NotificationManager notificationManager) { in canUseFullScreenIntent() method in NotificationManagerCompat.Api34Impl
1379 return notificationManager.canUseFullScreenIntent(); in canUseFullScreenIntent()
/core/core/src/androidTest/java/androidx/core/app/
DNotificationManagerCompatTest.java1171 final boolean canUse = notificationManagerCompat.canUseFullScreenIntent(); in testCanUseFullScreenIntent()
1180 verify(fakeManager, times(1)).canUseFullScreenIntent(); in testCanUseFullScreenIntent()
/core/core/api/
D1.13.0-beta01.txt810 method public boolean canUseFullScreenIntent();
D1.12.0-beta01.txt806 method public boolean canUseFullScreenIntent();
D1.15.0-beta01.txt813 method public boolean canUseFullScreenIntent();
Dcurrent.txt815 method public boolean canUseFullScreenIntent();
D1.16.0-beta01.txt815 method public boolean canUseFullScreenIntent();
Drestricted_1.12.0-beta01.txt904 method public boolean canUseFullScreenIntent();
Drestricted_1.13.0-beta01.txt909 method public boolean canUseFullScreenIntent();
Drestricted_1.16.0-beta01.txt914 method public boolean canUseFullScreenIntent();
Drestricted_current.txt914 method public boolean canUseFullScreenIntent();
Drestricted_1.15.0-beta01.txt912 method public boolean canUseFullScreenIntent();