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

  /frameworks/base/services/core/java/com/android/server/vr/
SettingsObserver.java 73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 67 * the {@link Intent#ACTION_SETTING_RESTORED} action, with extras naming the
70 * @see Intent#ACTION_SETTING_RESTORED
176 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED)
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 337 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {
347 "ACTION_SETTING_RESTORED with BLUETOOTH_ON, prevValue=" + prevValue
392 filter.addAction(Intent.ACTION_SETTING_RESTORED);
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 446 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED);
466 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 284 milliseconds