Searched refs:opPostNotificationValue (Results 1 – 1 of 1) sorted by relevance
378 Field opPostNotificationValue = appOpsClass.getDeclaredField(OP_POST_NOTIFICATION); in areNotificationsEnabled() local379 int value = (int) opPostNotificationValue.get(Integer.class); in areNotificationsEnabled()