Home
last modified time | relevance | path

Searched refs:Settings (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java64 Settings.System.ADVANCED_SETTINGS, // candidate for backup?
65 Settings.System.ALARM_ALERT_CACHE, // internal cache
66 Settings.System.APPEND_FOR_LAST_AUDIBLE, // suffix deprecated since API 2
67 Settings.System.EGG_MODE, // I am the lolrus
68 Settings.System.END_BUTTON_BEHAVIOR, // bug?
69 Settings.System
71 Settings.System.LOCKSCREEN_DISABLED, // ?
72 Settings.System.MEDIA_BUTTON_RECEIVER, // candidate for backup?
73 Settings.System.MUTE_STREAMS_AFFECTED, // candidate for backup?
74 Settings.System.NOTIFICATION_SOUND_CACHE, // internal cache
[all …]
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java20 import android.provider.Settings;
32 Settings.Secure.BUGREPORT_IN_POWER_MENU, // moved to global
33 Settings.Secure.ALLOW_MOCK_LOCATION,
34 Settings.Secure.USB_MASS_STORAGE_ENABLED, // moved to global
35 Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED,
36 Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER,
37 Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED,
38 Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED,
39 Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_NAVBAR_ENABLED,
40 Settings.Secure.ADAPTIVE_SLEEP,
[all …]
DSystemSettings.java20 import android.provider.Settings;
34 Settings.System.STAY_ON_WHILE_PLUGGED_IN, // moved to global
35 Settings.System.WIFI_USE_STATIC_IP,
36 Settings.System.WIFI_STATIC_IP,
37 Settings.System.WIFI_STATIC_GATEWAY,
38 Settings.System.WIFI_STATIC_NETMASK,
39 Settings.System.WIFI_STATIC_DNS1,
40 Settings.System.WIFI_STATIC_DNS2,
41 Settings.System.BLUETOOTH_DISCOVERABILITY,
42 Settings.System.BLUETOOTH_DISCOVERABILITY_TIMEOUT,
[all …]
DGlobalSettings.java19 import android.provider.Settings;
41 Settings.Global.APPLY_RAMPING_RINGER,
42 Settings.Global.BUGREPORT_IN_POWER_MENU,
43 Settings.Global.STAY_ON_WHILE_PLUGGED_IN,
44 Settings.Global.APP_AUTO_RESTRICTION_ENABLED,
45 Settings.Global.AUTO_TIME,
46 Settings.Global.AUTO_TIME_ZONE,
47 Settings.Global.POWER_SOUNDS_ENABLED,
48 Settings.Global.DOCK_SOUNDS_ENABLED,
49 Settings.Global.CHARGING_SOUNDS_ENABLED,
[all …]
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java52 Settings.Secure.putString(r, "test_service", "Value"); in testNameValueCache()
53 assertEquals("Value", Settings.Secure.getString(r, "test_service")); in testNameValueCache()
56 Settings.Secure.putString(r, "test_service", "New"); in testNameValueCache()
57 assertEquals("New", Settings.Secure.getString(r, "test_service")); in testNameValueCache()
60 assertEquals(1, r.delete(Settings.Secure.getUriFor("test_service"), null, null)); in testNameValueCache()
61 assertEquals(null, Settings.Secure.getString(r, "test_service")); in testNameValueCache()
65 Settings.System.putString(r, "test_setting", "Value"); in testNameValueCache()
79 testRowNameContentUri(Settings.Secure.CONTENT_URI, Settings.Secure.NAME, in testRowNameContentUriForSecure()
80 Settings.Secure.VALUE, testKey, testValue, secondTestValue); in testRowNameContentUriForSecure()
83 Settings.Secure.putString(getContext().getContentResolver(), testKey, null); in testRowNameContentUriForSecure()
[all …]
DNameValueCacheTest.java73 Settings.Config.clearProviderForTest(); in setUp()
86 eq(Settings.CALL_METHOD_SET_ALL_CONFIG), in setUp()
91 Settings.CALL_METHOD_FLAGS_KEY); in setUp()
92 String prefix = incomingBundle.getString(Settings.CALL_METHOD_PREFIX_KEY); in setUp()
97 result.putBoolean(Settings.KEY_CONFIG_SET_RETURN, true); in setUp()
105 eq(Settings.CALL_METHOD_LIST_CONFIG), in setUp()
109 String prefix = incomingBundle.getString(Settings.CALL_METHOD_PREFIX_KEY); in setUp()
117 bundle.putSerializable(Settings.NameValueTable.VALUE, keyValues); in setUp()
119 if (incomingBundle.containsKey(Settings.CALL_METHOD_TRACK_GENERATION_KEY)) { in setUp()
120 bundle.putParcelable(Settings.CALL_METHOD_TRACK_GENERATION_KEY, in setUp()
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java22 import android.provider.Settings;
155 Settings.Global.ACTIVITY_MANAGER_CONSTANTS, in dumpProtoGlobalSettingsLocked()
158 Settings.Global.ADB_ENABLED, in dumpProtoGlobalSettingsLocked()
161 Settings.Global.ADD_USERS_WHEN_LOCKED, in dumpProtoGlobalSettingsLocked()
166 Settings.Global.AIRPLANE_MODE_ON, in dumpProtoGlobalSettingsLocked()
174 Settings.Global.AIRPLANE_MODE_RADIOS, in dumpProtoGlobalSettingsLocked()
177 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS, in dumpProtoGlobalSettingsLocked()
182 Settings.Global.ALARM_MANAGER_CONSTANTS, in dumpProtoGlobalSettingsLocked()
185 Settings.Global.ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED, in dumpProtoGlobalSettingsLocked()
188 Settings.Global.ALWAYS_ON_DISPLAY_CONSTANTS, in dumpProtoGlobalSettingsLocked()
[all …]
DDatabaseHelper.java41 import android.provider.Settings;
42 import android.provider.Settings.Global;
43 import android.provider.Settings.Secure;
344 Settings.Secure.ADB_ENABLED, in onUpgrade()
345 Settings.Secure.ANDROID_ID, in onUpgrade()
346 Settings.Secure.BLUETOOTH_ON, in onUpgrade()
347 Settings.Secure.DATA_ROAMING, in onUpgrade()
348 Settings.Secure.DEVICE_PROVISIONED, in onUpgrade()
349 Settings.Secure.HTTP_PROXY, in onUpgrade()
350 Settings.Secure.INSTALL_NON_MARKET_APPS, in onUpgrade()
[all …]
DSettingsHelper.java36 import android.provider.Settings;
76 sBroadcastOnRestore.add(Settings.Secure.ENABLED_NOTIFICATION_LISTENERS);
77 sBroadcastOnRestore.add(Settings.Secure.ENABLED_VR_LISTENERS);
78 sBroadcastOnRestore.add(Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES);
79 sBroadcastOnRestore.add(Settings.Global.BLUETOOTH_ON);
80 sBroadcastOnRestore.add(Settings.Secure.UI_NIGHT_MODE);
81 sBroadcastOnRestore.add(Settings.Secure.DARK_THEME_CUSTOM_START_TIME);
82 sBroadcastOnRestore.add(Settings.Secure.DARK_THEME_CUSTOM_END_TIME);
83 sBroadcastOnRestore.add(Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_NAVBAR_ENABLED);
92 return Settings.System.getStringForUser(resolver, name, userHandle);
[all …]
DSettingsService.java31 import android.provider.Settings;
175 mResetMode = Settings.RESET_MODE_UNTRUSTED_DEFAULTS; in onCommand()
177 mResetMode = Settings.RESET_MODE_UNTRUSTED_CHANGES; in onCommand()
179 mResetMode = Settings.RESET_MODE_TRUSTED_DEFAULTS; in onCommand()
182 mResetMode = Settings.RESET_MODE_PACKAGE_DEFAULTS; in onCommand()
301 if ("system".equals(table)) callListCommand = Settings.CALL_METHOD_LIST_SYSTEM; in listForUser()
302 else if ("secure".equals(table)) callListCommand = Settings.CALL_METHOD_LIST_SECURE; in listForUser()
303 else if ("global".equals(table)) callListCommand = Settings.CALL_METHOD_LIST_GLOBAL; in listForUser()
311 arg.putInt(Settings.CALL_METHOD_USER_KEY, userHandle); in listForUser()
312 Bundle result = provider.call(resolveCallingPackage(), null, Settings.AUTHORITY, in listForUser()
[all …]
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto30 // ACTION: Settings > Wi-Fi > [Long press network] > Connect to network
36 // ACTION: Settings > Wi-Fi > [Long press network] > Forget network
41 // ACTION: Settings > Wi-Fi > Toggle off
47 // ACTION: Settings > Wi-Fi > Toggle on
52 // ACTION: Settings > Bluetooth > Overflow > Rename this device
57 // ACTION: Settings > Bluetooth > Overflow > Show received files
62 // ACTION: DND Settings > Priority only allows > Reminder toggle
68 // ACTION: DND Settings > Priority only allows > Event toggle
74 // ACTION: DND Settings > Priority only allows > Messages
80 // ACTION: DND Settings > Priority only allows > Calls
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DEstimate.kt20 import android.provider.Settings
45 Settings.Global.getLong( in getCachedEstimateIfAvailable()
46 resolver, Settings.Global.BATTERY_ESTIMATES_LAST_UPDATE_TIME, -1)) in getCachedEstimateIfAvailable()
51 Settings.Global.getLong(resolver, in getCachedEstimateIfAvailable()
52 Settings.Global.TIME_REMAINING_ESTIMATE_MILLIS, in getCachedEstimateIfAvailable()
54 Settings.Global.getInt(resolver, in getCachedEstimateIfAvailable()
55 Settings.Global.TIME_REMAINING_ESTIMATE_BASED_ON_USAGE, 0) == 1, in getCachedEstimateIfAvailable()
56 Settings.Global.getLong(resolver, Settings.Global.AVERAGE_TIME_TO_DISCHARGE, in getCachedEstimateIfAvailable()
71 Settings.Global.putLong(resolver, Settings.Global.TIME_REMAINING_ESTIMATE_MILLIS, in storeCachedEstimate()
73 Settings.Global.putInt(resolver, Settings.Global.TIME_REMAINING_ESTIMATE_BASED_ON_USAGE, in storeCachedEstimate()
[all …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DZenDurationDialogTest.java27 import android.provider.Settings;
62 Settings.Secure.putInt(mContentResolver, Settings.Secure.ZEN_DURATION, in testAlwaysPrompt()
63 Settings.Global.ZEN_DURATION_PROMPT); in testAlwaysPrompt()
76 Settings.Secure.putInt(mContentResolver, Settings.Secure.ZEN_DURATION, in testForever()
77 Settings.Secure.ZEN_DURATION_FOREVER); in testForever()
90 Settings.Secure.putInt(mContentResolver, Settings.Secure.ZEN_DURATION, 45); in testSpecificDuration()
103 Settings.Secure.putInt(mContentResolver, Settings.Secure.ZEN_DURATION, in testChooseAlwaysPromptSetting()
104 Settings.Secure.ZEN_DURATION_FOREVER); in testChooseAlwaysPromptSetting()
109 mController.updateZenDuration(Settings.Secure.ZEN_DURATION_FOREVER); in testChooseAlwaysPromptSetting()
111 assertEquals(Settings.Secure.ZEN_DURATION_PROMPT, Settings.Secure.getInt(mContentResolver, in testChooseAlwaysPromptSetting()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java21 import static android.provider.Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL;
49 import android.provider.Settings;
151 Settings.Secure.putInt(mContext.getContentResolver(), in testLockScreenShowNotificationsFalse()
152 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0); in testLockScreenShowNotificationsFalse()
159 Settings.Secure.putInt(mContext.getContentResolver(), in testLockScreenShowNotificationsTrue()
160 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1); in testLockScreenShowNotificationsTrue()
167 Settings.Secure.putInt(mContext.getContentResolver(), in testLockScreenAllowPrivateNotificationsTrue()
168 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1); in testLockScreenAllowPrivateNotificationsTrue()
175 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testLockScreenAllowPrivateNotificationsFalse()
176 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0, mCurrentUser.id); in testLockScreenAllowPrivateNotificationsFalse()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiSettingsStore.java21 import android.provider.Settings;
128 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, state); in persistWifiState()
138 String airplaneModeRadios = Settings.Global.getString(mContext.getContentResolver(), in isAirplaneSensitive()
139 Settings.Global.AIRPLANE_MODE_RADIOS); in isAirplaneSensitive()
141 || airplaneModeRadios.contains(Settings.Global.RADIO_WIFI); in isAirplaneSensitive()
146 String toggleableRadios = Settings.Global.getString(mContext.getContentResolver(), in isAirplaneToggleable()
147 Settings.Global.AIRPLANE_MODE_TOGGLEABLE_RADIOS); in isAirplaneToggleable()
149 && toggleableRadios.contains(Settings.Global.RADIO_WIFI); in isAirplaneToggleable()
155 return Settings.Global.getInt(cr, Settings.Global.WIFI_ON); in getPersistedWifiState()
156 } catch (Settings.SettingNotFoundException e) { in getPersistedWifiState()
[all …]
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsHelperRestoreTest.java26 import android.provider.Settings;
62 String settingName = Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_SCALE; in testRestoreAccessibilityDisplayMagnificationScale_alreadyConfigured_doesNotRestoreValue()
67 Settings.Secure.putFloat(mContentResolver, settingName, configuredSettingValue); in testRestoreAccessibilityDisplayMagnificationScale_alreadyConfigured_doesNotRestoreValue()
73 Settings.Secure.getUriFor(settingName), in testRestoreAccessibilityDisplayMagnificationScale_alreadyConfigured_doesNotRestoreValue()
80 Settings.Secure.getFloat(mContentResolver, settingName), in testRestoreAccessibilityDisplayMagnificationScale_alreadyConfigured_doesNotRestoreValue()
89 String settingName = Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_SCALE; in testRestoreAccessibilityDisplayMagnificationScale_notAlreadyConfigured_restoresValue()
96 Settings.Secure.getUriFor(settingName), in testRestoreAccessibilityDisplayMagnificationScale_notAlreadyConfigured_restoresValue()
103 Settings.Secure.getFloat(mContentResolver, settingName), in testRestoreAccessibilityDisplayMagnificationScale_notAlreadyConfigured_restoresValue()
118 Settings.Secure.putFloat( in setDefaultAccessibilityDisplayMagnificationScale()
120 Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_SCALE, in setDefaultAccessibilityDisplayMagnificationScale()
[all …]
DBaseSettingsProviderTest.java27 import android.provider.Settings;
60 Settings.NameValueTable.NAME, Settings.NameValueTable.VALUE
67 Settings.Global.clearProviderForTest(); in setUp()
68 Settings.Secure.clearProviderForTest(); in setUp()
69 Settings.System.clearProviderForTest(); in setUp()
74 Settings.Global.clearProviderForTest(); in tearDown()
75 Settings.Secure.clearProviderForTest(); in tearDown()
76 Settings.System.clearProviderForTest(); in tearDown()
84 Settings.Global.putStringForUser(contentResolver, name, value, userId); in setStringViaFrontEndApiSetting()
88 Settings.Secure.putStringForUser(contentResolver, name, value, userId); in setStringViaFrontEndApiSetting()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DCoreSettingsObserver.java26 import android.provider.Settings;
76 sSecureSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put()
77 sSecureSettingToTypeMap.put(Settings.Secure.MULTI_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put()
80 sSystemSettingToTypeMap.put(Settings.System.TIME_12_24, String.class); in sSystemSettingToTypeMap.put()
83 sGlobalSettingToTypeMap.put(Settings.Global.DEBUG_VIEW_ATTRIBUTES, int.class); in sGlobalSettingToTypeMap.put()
85 Settings.Global.DEBUG_VIEW_ATTRIBUTES_APPLICATION_PACKAGE, String.class); in sGlobalSettingToTypeMap.put()
87 Settings.Global.GLOBAL_SETTINGS_ANGLE_DEBUG_PACKAGE, String.class); in sGlobalSettingToTypeMap.put()
89 Settings.Global.GLOBAL_SETTINGS_ANGLE_GL_DRIVER_ALL_ANGLE, String.class); in sGlobalSettingToTypeMap.put()
91 Settings.Global.GLOBAL_SETTINGS_ANGLE_GL_DRIVER_SELECTION_PKGS, String.class); in sGlobalSettingToTypeMap.put()
93 Settings.Global.GLOBAL_SETTINGS_ANGLE_GL_DRIVER_SELECTION_VALUES, String.class); in sGlobalSettingToTypeMap.put()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java37 import android.provider.Settings;
38 import android.provider.Settings.Global;
541 android.provider.Settings.Global.putStringForUser(cr, in applyUserRestriction()
542 android.provider.Settings.Global.DATA_ROAMING in applyUserRestriction()
548 android.provider.Settings.Global.putStringForUser(cr, in applyUserRestriction()
549 android.provider.Settings.Global.DATA_ROAMING, "0", userId); in applyUserRestriction()
554 android.provider.Settings.Secure.putIntForUser(cr, in applyUserRestriction()
555 android.provider.Settings.Secure.LOCATION_MODE, in applyUserRestriction()
556 android.provider.Settings.Secure.LOCATION_MODE_OFF, in applyUserRestriction()
565 android.provider.Settings.Global.putStringForUser(cr, in applyUserRestriction()
[all …]
/frameworks/base/core/java/com/android/internal/policy/
DGestureNavigationSettingsObserver.java28 import android.provider.Settings;
62 Settings.Secure.getUriFor(Settings.Secure.BACK_GESTURE_INSET_SCALE_LEFT), in register()
65 Settings.Secure.getUriFor(Settings.Secure.BACK_GESTURE_INSET_SCALE_RIGHT), in register()
68 Settings.Secure.getUriFor(Settings.Secure.USER_SETUP_COMPLETE), in register()
90 return getSensitivity(userRes, Settings.Secure.BACK_GESTURE_INSET_SCALE_LEFT); in getLeftSensitivity()
94 return getSensitivity(userRes, Settings.Secure.BACK_GESTURE_INSET_SCALE_RIGHT); in getRightSensitivity()
98 return Settings.Secure.getIntForUser(mContext.getContentResolver(), in areNavigationButtonForcedVisible()
99 Settings.Secure.USER_SETUP_COMPLETE, 0, UserHandle.USER_CURRENT) == 0; in areNavigationButtonForcedVisible()
110 final float scale = Settings.Secure.getFloatForUser( in getSensitivity()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScorerAppManagerTest.java46 import android.provider.Settings;
254 Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE, null); in testSetActiveScorer_nullPackage_currentIsSet()
256 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, in testSetActiveScorer_nullPackage_currentIsSet()
279 Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE, newPackage); in testSetActiveScorer_validPackage()
281 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, in testSetActiveScorer_validPackage()
303 eq(Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE)); in testUpdateState_recommendationsForcedOff()
305 eq(Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED), anyInt()); in testUpdateState_recommendationsForcedOff()
317 eq(Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE), any()); in testUpdateState_currentPackageValid()
319 Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED, in testUpdateState_currentPackageValid()
336 Settings.Global.NETWORK_RECOMMENDATIONS_PACKAGE, defaultPackage); in testUpdateState_currentPackageNotValid_validDefault()
[all …]
/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java29 import android.provider.Settings;
96 Settings.System.getIntForUser(context.getContentResolver(), in isRotationLockToggleVisible()
97 Settings.System.HIDE_ROTATION_LOCK_TOGGLE_FOR_ACCESSIBILITY, 0, in isRotationLockToggleVisible()
105 return Settings.System.getIntForUser(context.getContentResolver(), in isRotationLocked()
106 Settings.System.ACCELEROMETER_ROTATION, 0, UserHandle.USER_CURRENT) == 0; in isRotationLocked()
122 Settings.System.putIntForUser(context.getContentResolver(), in setRotationLockAtAngle()
123 Settings.System.HIDE_ROTATION_LOCK_TOGGLE_FOR_ACCESSIBILITY, 0, in setRotationLockAtAngle()
135 Settings.System.putIntForUser(context.getContentResolver(), in setRotationLockForAccessibility()
136 Settings.System.HIDE_ROTATION_LOCK_TOGGLE_FOR_ACCESSIBILITY, enabled ? 1 : 0, in setRotationLockForAccessibility()
178 context.getContentResolver().registerContentObserver(Settings.System.getUriFor( in registerRotationPolicyListener()
[all …]
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto294 // OPEN: Settings > Accessibility
299 // OPEN: Settings > Accessibility > Captions
304 // OPEN: Settings > Accessibility > [Service]
309 // OPEN: Settings > Accessibility > Color correction
314 // OPEN: Settings > Accessibility > Accessibility shortcut
319 // OPEN: Settings > Accessibility > Magnification gestures (Renamed in O)
320 // OPEN: Settings > Accessibility > Magnification > Magnify with triple-tap
321 // OPEN: Settings > Accessibility > Magnification > Magnify with button
326 // OPEN: Settings > Accounts
331 // OPEN: Settings > Accounts > [Single Account Sync Settings]
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/
DAndroid.bp52 sub_dir: "parameter-framework/Settings/Policy",
75 "Settings/device_for_product_strategy_media.pfw",
76 "Settings/device_for_product_strategy_accessibility.pfw",
77 "Settings/device_for_product_strategy_dtmf.pfw",
78 "Settings/device_for_product_strategy_enforced_audible.pfw",
79 "Settings/device_for_product_strategy_phone.pfw",
80 "Settings/device_for_product_strategy_sonification.pfw",
81 "Settings/device_for_product_strategy_sonification_respectful.pfw",
82 "Settings/device_for_product_strategy_transmitted_through_speaker.pfw",
83 "Settings/device_for_product_strategy_rerouting.pfw",
[all …]
/frameworks/base/wifi/java/android/net/wifi/
DWifiMigration.java30 import android.provider.Settings;
525 if (Settings.Global.getInt( in loadFromSettings()
526 context.getContentResolver(), Settings.Global.WIFI_MIGRATION_COMPLETED, 0) == 1) { in loadFromSettings()
532 Settings.Global.getInt(context.getContentResolver(), in loadFromSettings()
533 Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE, 0) == 1) in loadFromSettings()
535 Settings.Global.getInt(context.getContentResolver(), in loadFromSettings()
536 Settings.Global.WIFI_P2P_PENDING_FACTORY_RESET, 0) == 1) in loadFromSettings()
538 Settings.Global.getString(context.getContentResolver(), in loadFromSettings()
539 Settings.Global.WIFI_P2P_DEVICE_NAME)) in loadFromSettings()
541 Settings.Global.getInt(context.getContentResolver(), in loadFromSettings()
[all …]

12345678910>>...31