/development/apps/SdkSetup/src/com/android/sdksetup/ |
D | DefaultActivity.java | 28 import android.provider.Settings; 43 Settings.Global.putInt(getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 1); in onCreate() 45 Settings.Secure.putInt(getContentResolver(), Settings.Secure.USER_SETUP_COMPLETE, 1); in onCreate() 48 … Settings.Global.putInt(getContentResolver(), Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB, 0); in onCreate() 52 … Settings.Secure.putString(getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in onCreate() 56 … Settings.Global.putInt(getContentResolver(), Settings.Global.INSTALL_NON_MARKET_APPS, 1); in onCreate() 58 Settings.Secure.putInt(getContentResolver(),Settings.Secure.ADB_ENABLED, 1); in onCreate()
|
/development/tools/repo_diff/service/repodiff/constants/ |
D | techareas.go | 15 Settings const 37 Settings: "Settings", 77 "5670faeb58b20718de2d2dfc72b52a6000ce30e8eb3e46fb5fccb39b1410d35c": Settings, 85 "48f9fb882dc5a16d46c9ef0dc82b73c1031466a60ca0ed366190a8cad144cda1": Settings, 92 "eeb41e6a333a62d748e02e2e047da2d063fc7c457624128ce17d7d90d4f167cf": Settings, 99 "e3bcdc063695ed7990fa633ea52b296cb855b31cd100ccf630b9d76f0bfea132": Settings, 167 "79ad2afaaae88dee456b7d2ab3acea34cd756b89251529e666b4647bdbf8b965": Settings,
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | ImePreferences.java | 31 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, Settings.class.getName()); in getIntent() 46 return Settings.class.getName().equals(fragmentName); in isValidFragment() 49 public static class Settings extends InputMethodSettingsFragment { class in ImePreferences
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
D | ClockBackActivity.java | 22 import android.provider.Settings; 36 new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
|
D | TaskListActivity.java | 24 import android.provider.Settings; 33 new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
|
/development/apps/Development/src/com/android/development/ |
D | Development.java | 25 import android.provider.Settings; 38 Intent settingsIntent = new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS); in onSortResultList()
|
D | ShowActivity.java | 26 import android.provider.Settings;
|
D | SyncAdapterDriver.java | 46 import android.provider.Settings; 302 this, 0, new Intent(Settings.ACTION_SYNC_SETTINGS), 0)); in initiateBind()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | OverlayWindowActivity.java | 28 import android.provider.Settings; 60 if (Settings.canDrawOverlays(OverlayWindowActivity.this)) { 64 Intent intent = new Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION, 90 if (Settings.canDrawOverlays(this)) { in onActivityResult()
|
/development/samples/ApiDemos/src/com/example/android/apis/inputmethod/ |
D | ShowInputMethodAndSubtypeEnabler.java | 23 import android.provider.Settings; 79 final Intent intent = new Intent(Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS); in showInputMethodAndSubtypeEnabler() 84 intent.putExtra(Settings.EXTRA_INPUT_METHOD_ID, inputMethodId); in showInputMethodAndSubtypeEnabler()
|
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/ |
D | DeviceOwnerFragment.java | 30 import android.provider.Settings; 78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked); 82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked); 169 getBooleanGlobalSetting(activity.getContentResolver(), Settings.Global.AUTO_TIME)); in retrieveCurrentSettings() 172 Settings.Global.AUTO_TIME_ZONE)); in retrieveCurrentSettings() 209 return 0 != Settings.Global.getInt(resolver, setting, 0); in getBooleanGlobalSetting()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ActionBarSettingsActionProviderActivity.java | 22 import android.provider.Settings; 67 private static final Intent sSettingsIntent = new Intent(Settings.ACTION_SETTINGS);
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmIntentService.java | 26 import android.provider.Settings; 64 .setSound(Settings.System.DEFAULT_ALARM_ALERT_URI) in onHandleIntent()
|
/development/ide/eclipse/ |
D | README.importing-to-eclipse.txt | 13 Paths and Symbols, then click on "Includes" and then click on "Import Settings". 19 Paths and Symbols, then click on "Symbols" and then click on "Import Settings". 33 "Property Pages Settings".
|
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/ |
D | InputMethodSettingsImpl.java | 31 import android.provider.Settings; 71 new Intent(Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS); in init() 72 intent.putExtra(Settings.EXTRA_INPUT_METHOD_ID, mImi.getId()); in init()
|
/development/samples/AndroidBeamDemo/src/com/example/android/beam/ |
D | Beam.java | 31 import android.provider.Settings; 156 Intent intent = new Intent(Settings.ACTION_NFCSHARING_SETTINGS); in onOptionsItemSelected()
|
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/ |
D | AppUsageStatisticsFragment.java | 25 import android.provider.Settings; 154 startActivity(new Intent(Settings.ACTION_USAGE_ACCESS_SETTINGS)); in getUsageStatistics()
|
/development/apps/BuildWidget/src/com/android/buildwidget/ |
D | BuildWidget.java | 69 new Intent(android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS), in buildUpdate()
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | WiFiDirectActivity.java | 34 import android.provider.Settings; 162 startActivity(new Intent(Settings.ACTION_WIRELESS_SETTINGS)); in onOptionsItemSelected()
|
/development/samples/UiAutomator/ |
D | README | 16 + Launch Settings
|
/development/samples/training/location-aware/src/com/example/android/location/ |
D | LocationActivity.java | 35 import android.provider.Settings; 153 Intent settingsIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); in enableLocationSettings()
|
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/ |
D | DumpActivity.java | 26 import android.provider.Settings; 27 import android.provider.Settings.Global; 520 if (Settings.Global.getInt(getContentResolver(), Global.ADB_ENABLED, 0) != 1) { in doInBackground()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactManager.java | 39 import android.provider.ContactsContract.Settings; 444 values.put(Settings.UNGROUPED_VISIBLE, visible ? 1 : 0); in setAccountContactsVisibility() 446 context.getContentResolver().insert(Settings.CONTENT_URI, values); in setAccountContactsVisibility()
|
/development/tools/repo_pull/ |
D | README.md | 26 2. Click [Settings -> HTTP Credentials](https://android-review.googlesource.com/settings/#HTTPCrede…
|
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
D | HdrViewfinderActivity.java | 35 import android.provider.Settings; 365 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in onRequestPermissionsResult()
|