HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFICATION_LIGHT_PULSE (Results 1 - 9 of 9) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
PulseNotificationPreferenceController.java 36 import static android.provider.Settings.System.NOTIFICATION_LIGHT_PULSE;
88 NOTIFICATION_LIGHT_PULSE) == 1;
91 Log.e(TAG, NOTIFICATION_LIGHT_PULSE + " not found");
99 NOTIFICATION_LIGHT_PULSE, val ? 1 : 0);
105 Settings.System.getUriFor(Settings.System.NOTIFICATION_LIGHT_PULSE);
LightsPreferenceController.java 83 Settings.System.NOTIFICATION_LIGHT_PULSE, 0) == 1;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
PulseNotificationPreferenceControllerTest.java 19 import static android.provider.Settings.System.NOTIFICATION_LIGHT_PULSE;
85 Settings.System.putInt(context.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 1);
97 Settings.System.putInt(context.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 0);
LightsPreferenceControllerTest.java 23 import static android.provider.Settings.System.NOTIFICATION_LIGHT_PULSE;
85 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 1);
107 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_LIGHT_PULSE, 0);
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsBackupTest.java 70 Settings.System.NOTIFICATION_LIGHT_PULSE, // candidate for backup?
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 588 loadBooleanSetting(stmt, Settings.System.NOTIFICATION_LIGHT_PULSE,
    [all...]
SettingsProtoDumpUtil.java     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]

Completed in 83 milliseconds