/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
SysUILauncherTests.java | 24 import android.provider.Settings;
|
/system/bt/service/test/ |
ipc_linux_unittest.cpp | 33 #include "service/settings.h" 104 bluetooth::Settings settings_;
|
/system/connectivity/shill/ |
shill_main.cc | 182 shill::DaemonTask::Settings settings; local 190 settings.default_technology_order = order_flag; 196 if (settings.default_technology_order.empty()) { 197 settings.default_technology_order = kDefaultTechnologyOrder; 201 settings.device_blacklist = base::SplitString( 207 settings.device_whitelist = base::SplitString( 212 settings.ignore_unknown_ethernet = 216 settings.use_portal_list = true; 217 settings.portal_list = cl->GetSwitchValueASCII(switches::kPortalList) 251 shill::ShillDaemon daemon(base::Bind(&OnStartup, argv[0], cl), settings, local [all...] |
/system/weaved/buffet/ |
manager.h | 95 void OnConfigChanged(const weave::Settings& settings);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinIME.java | 84 import com.android.inputmethod.latin.settings.Settings; 85 import com.android.inputmethod.latin.settings.SettingsActivity; 86 import com.android.inputmethod.latin.settings.SettingsValues; 132 final Settings mSettings; 551 mSettings = Settings.getInstance(); 561 Settings.init(this); 666 * the current settings values. 670 // TODO: make sure the current settings always have the right locales, and read from them. [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | 44 import android.provider.Settings; 339 * not validated. This intent is used to start the dialog in settings via startActivity. [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
AppErrors.java | 46 import android.provider.Settings; 671 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(), 672 Settings.Secure.ANR_SHOW_BACKGROUND, 0) != 0; 746 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(), 747 Settings.Secure.ANR_SHOW_BACKGROUND, 0) != 0; [all...] |
/frameworks/base/services/usage/java/com/android/server/usage/ |
UsageStatsService.java | 63 import android.provider.Settings; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapService.java | 40 import android.provider.Settings; 79 /** Intent indicating that the email settings activity should be opened*/ 158 private static final String ACCESS_AUTHORITY_PACKAGE = "com.android.settings"; 160 "com.android.settings.bluetooth.BluetoothPermissionRequest"; 574 Settings.Global.putInt(getContentResolver(), 575 Settings.Global.getBluetoothMapPriorityKey(device.getAddress()), 582 int priority = Settings.Global.getInt(getContentResolver(), 583 Settings.Global.getBluetoothMapPriorityKey(device.getAddress()), [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
DialpadFragment.java | 43 import android.provider.Settings; 674 mDTMFToneEnabled = Settings.System.getInt(contentResolver, 675 Settings.System.DTMF_TONE_WHEN_DIALING, 1) == 1; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBar.java | 75 import android.provider.Settings; 341 // settings 402 // ensure quick settings is disabled until the current user makes it through the setup wizard 407 final boolean userSetup = 0 != Settings.Secure.getIntForUser( 409 Settings.Secure.USER_SETUP_COMPLETE, 438 && Settings.Global.HEADS_UP_OFF != Settings.Global.getInt( 439 mContext.getContentResolver(), Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, 440 Settings.Global.HEADS_UP_OFF); 441 mHeadsUpTicker = mUseHeadsUp && 0 != Settings.Global.getInt [all...] |
/frameworks/base/services/core/java/com/android/server/ |
NetworkManagementService.java | 80 import android.provider.Settings; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
GsmCdmaPhone.java | 39 import android.provider.Settings; 420 int mode = Settings.Secure.getInt(getContext().getContentResolver(), 421 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); 422 if (mode == Settings.Secure.LOCATION_MODE_OFF) { [all...] |
Phone.java | 37 import android.provider.Settings; 473 // This will be overwritten by the Locale from the SIM language settings (EF-PL, EF-LI) 479 Settings.Global.getInt(mContext.getContentResolver(), 480 Settings.Global.WIFI_COUNTRY_CODE); 481 } catch (Settings.SettingNotFoundException e) { [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | 40 import android.provider.Settings; 80 import com.android.phone.settings.VoicemailNotificationSettingsUtil; [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
BaseSensorTestActivity.java | 38 import android.provider.Settings; 369 MediaPlayer player = MediaPlayer.create(this, Settings.System.DEFAULT_NOTIFICATION_URI);
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/ |
BasePermissionsTest.java | 33 import android.provider.Settings; 252 // Open the app details settings 253 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
HdrViewfinderActivity.java | 35 import android.provider.Settings; 360 .setAction(R.string.settings, new View.OnClickListener() { 363 // Build intent that displays the App settings screen. 365 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
HdrViewfinderActivity.java | 35 import android.provider.Settings; 360 .setAction(R.string.settings, new View.OnClickListener() { 363 // Build intent that displays the App settings screen. 365 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
|
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
HdrViewfinderActivity.java | 35 import android.provider.Settings; 360 .setAction(R.string.settings, new View.OnClickListener() { 363 // Build intent that displays the App settings screen. 365 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvparser.hpp | 203 unsigned char* settings; member in struct:mkvparser::ContentEncoding::ContentCompression 332 struct Settings { 356 Settings settings; member in class:mkvparser::Track::Info
|
/external/libvpx/libwebm/mkvparser/ |
mkvparser.h | 201 unsigned char* settings; member in struct:mkvparser::ContentEncoding::ContentCompression 330 struct Settings { 354 Settings settings; member in class:mkvparser::Track::Info
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiScannerFacade.java | 49 import android.provider.Settings.Global; 50 import android.provider.Settings.SettingNotFoundException; 582 @Rpc(description = "Starts tracking wifi changes with track settings") 590 Log.d("starting change track with track settings");
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
RestrictedLockUtils.java | 30 import android.provider.Settings; 48 * @return drawables for displaying with settings that are locked by a device admin. 476 // As we do not have a separate screen lock timeout settings for work challenge, 615 * Send the intent to trigger the {@link android.settings.ShowAdminSupportDetailsDialog}. 628 final Intent intent = new Intent(Settings.ACTION_SHOW_ADMIN_SUPPORT_DETAILS); [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
ValidateNotificationPeople.java | 31 import android.provider.Settings; 98 mEnabled = ENABLE_PEOPLE_VALIDATOR && 1 == Settings.Global.getInt(
|