Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java378 Field opPostNotificationValue = appOpsClass.getDeclaredField(OP_POST_NOTIFICATION); in areNotificationsEnabled() local
379 int value = (int) opPostNotificationValue.get(Integer.class); in areNotificationsEnabled()