Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateNotificationBridge.java213 private static NotificationsSentState getNotificationsSentState(AppEntry entry) { in getNotificationsSentState() method in AppStateNotificationBridge
234 NotificationsSentState stats = getNotificationsSentState(entry); in getSwitchOnCheckedListener()
248 NotificationsSentState state = getNotificationsSentState(info);
263 NotificationsSentState state = getNotificationsSentState(info);
278 NotificationsSentState state = getNotificationsSentState(info);
290 NotificationsSentState state1 = getNotificationsSentState(object1);
291 NotificationsSentState state2 = getNotificationsSentState(object2);
306 NotificationsSentState state1 = getNotificationsSentState(object1);
307 NotificationsSentState state2 = getNotificationsSentState(object2);
319 NotificationsSentState stats = getNotificationsSentState(entry); in enableSwitch()
[all …]