HomeSort by relevance Sort by last modified time
    Searched defs:NOTIFICATION_BADGING (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
BadgingNotificationPreferenceControllerTest.java 41 import static android.provider.Settings.Secure.NOTIFICATION_BADGING;
97 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, 1);
109 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, 0);
127 Settings.Secure.putInt(resolver, Settings.Secure.NOTIFICATION_BADGING, 1);
130 int updatedValue = Settings.Secure.getInt(resolver, Settings.Secure.NOTIFICATION_BADGING,
141 Settings.Secure.putInt(resolver, Settings.Secure.NOTIFICATION_BADGING, currentValue);
  /packages/apps/Launcher3/src/com/android/launcher3/
SettingsActivity.java 46 /** Hidden field Settings.Secure.NOTIFICATION_BADGING */
47 public static final String NOTIFICATION_BADGING = "notification_badging";
107 mIconBadgingObserver.register(NOTIFICATION_BADGING, NOTIFICATION_ENABLED_LISTENERS);
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationManagerServiceTest.java 166 Secure.NOTIFICATION_BADGING, 1,
    [all...]
RankingHelperTest.java 150 Secure.NOTIFICATION_BADGING, 1, UserHandle.getUserId(UID));
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 381 milliseconds