Searched refs:getUriFor (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
H A DSettingsContentObserver.java31 contentResolver.registerContentObserver(Settings.Secure.getUriFor(
33 contentResolver.registerContentObserver(Settings.Secure.getUriFor(
/packages/apps/Settings/src/com/android/settings/notification/
H A DSettingPref.java52 mUri = getUriFor(mType, mSetting);
122 private static Uri getUriFor(int type, String setting) { method in class:SettingPref
125 return Global.getUriFor(setting);
127 return System.getUriFor(setting);
H A DNotificationSettings.java486 Settings.System.getUriFor(Settings.System.VIBRATE_WHEN_RINGING);
488 Settings.System.getUriFor(Settings.System.NOTIFICATION_LIGHT_PULSE);
490 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS);
492 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS);
H A DManagedServiceSettings.java159 mCR.registerContentObserver(Settings.Secure.getUriFor(mConfig.setting),
H A DZenModeSettings.java658 private final Uri ZEN_MODE_URI = Global.getUriFor(Global.ZEN_MODE);
659 private final Uri ZEN_MODE_CONFIG_ETAG_URI = Global.getUriFor(Global.ZEN_MODE_CONFIG_ETAG);
/packages/apps/Settings/src/com/android/settings/
H A DAirplaneModeEnabler.java79 Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON), true,
H A DPointerSpeedPreference.java60 Settings.System.getUriFor(Settings.System.POINTER_SPEED), true,
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DPreferredServices.java56 static final Uri paymentDefaultUri = Settings.Secure.getUriFor(
58 static final Uri paymentForegroundUri = Settings.Secure.getUriFor(
/packages/apps/Browser/src/com/android/browser/
H A DSystemAllowGeolocationOrigins.java61 Uri uri = Settings.Secure.getUriFor(Settings.Secure.ALLOWED_GEOLOCATION_ORIGINS);
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java73 public static Uri getUriFor(Context context, Path path) { method in class:GalleryProvider
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatterySaverSettings.java200 = Global.getUriFor(Global.LOW_POWER_MODE_TRIGGER_LEVEL);
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java157 getContentResolver().registerContentObserver(Settings.Global.getUriFor(
159 getContentResolver().registerContentObserver(Settings.Global.getUriFor(
161 getContentResolver().registerContentObserver(Settings.Global.getUriFor(
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndLanguageSettings.java634 Settings.Secure.getUriFor(Settings.Secure.DEFAULT_INPUT_METHOD), false, this);
635 cr.registerContentObserver(Settings.Secure.getUriFor(
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java944 .getUriFor(Settings.System.SCREEN_BRIGHTNESS), false, this);
946 .getUriFor(Settings.System.SCREEN_BRIGHTNESS_MODE), false, this);
/packages/apps/Settings/src/com/android/settings/print/
H A DPrintSettingsFragment.java343 contentResolver.registerContentObserver(Settings.Secure.getUriFor(
H A DPrintServiceSettingsFragment.java459 contentResolver.registerContentObserver(android.provider.Settings.Secure.getUriFor(

Completed in 221 milliseconds