Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStateNotificationBridge.java208 private static NotificationsSentState getNotificationsSentState(AppEntry entry) { in getNotificationsSentState() method in AppStateNotificationBridge
227 NotificationsSentState stats = getNotificationsSentState(entry); in getSwitchOnCheckedListener()
245 NotificationsSentState state = getNotificationsSentState(info);
260 NotificationsSentState state = getNotificationsSentState(info);
275 NotificationsSentState state = getNotificationsSentState(info);
287 NotificationsSentState state1 = getNotificationsSentState(object1);
288 NotificationsSentState state2 = getNotificationsSentState(object2);
303 NotificationsSentState state1 = getNotificationsSentState(object1);
304 NotificationsSentState state2 = getNotificationsSentState(object2);
316 NotificationsSentState stats = getNotificationsSentState(entry); in enableSwitch()
[all …]