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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
BadgePreferenceControllerTest.java 23 import static android.provider.Settings.Secure.NOTIFICATION_BADGING;
122 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 0);
131 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1);
144 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1);
156 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1);
168 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, 1);
BadgingNotificationPreferenceControllerTest.java 19 import static android.provider.Settings.Secure.NOTIFICATION_BADGING;
61 private static final String KEY_NOTIFICATION_BADGING = "notification_badging";
98 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, ON);
111 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, OFF);
130 Settings.Secure.putInt(resolver, Settings.Secure.NOTIFICATION_BADGING, ON);
134 Settings.Secure.getInt(resolver, Settings.Secure.NOTIFICATION_BADGING, ON);
144 Settings.Secure.putInt(resolver, Settings.Secure.NOTIFICATION_BADGING, currentValue);
153 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF);
160 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, ON);
167 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, ON)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
SettingsActivity.java 59 /** Hidden field Settings.Secure.NOTIFICATION_BADGING */
60 public static final String NOTIFICATION_BADGING = "notification_badging";
119 mIconBadgingObserver.register(NOTIFICATION_BADGING, NOTIFICATION_ENABLED_LISTENERS);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationManagerServiceTest.java 231 Secure.NOTIFICATION_BADGING, 1,
    [all...]
RankingHelperTest.java 166 Secure.NOTIFICATION_BADGING, 1, UserHandle.getUserId(UID));
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 104 milliseconds