/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/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/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), PendingIntent.FLAG_IMMUTABLE)); in initiateBind()
|
/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/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/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/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/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/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 | 68 new Intent(android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS), in buildUpdate()
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | WiFiDirectActivity.java | 35 import android.provider.Settings; 198 startActivity(new Intent(Settings.ACTION_WIRELESS_SETTINGS)); in onOptionsItemSelected()
|
/development/tools/winscope/src/app/components/ |
D | app_component.ts | 614 Analytics.Settings.logDarkModeEnabled(); 639 Analytics.Settings.logCrossToolSync(
|
/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/tools/winscope/src/logging/ |
D | analytics.ts | 63 static Settings = class { property in Analytics
|
/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/samples/StartingWindow/src/com/example/android/startingwindow/ |
D | CustomizeExitActivity.java | 37 import android.provider.Settings.Global;
|
/development/tools/repo_pull/ |
D | README.md | 26 2. Click [Settings -> HTTP Credentials](https://android-review.googlesource.com/settings/#HTTPCrede…
|