Home
last modified time | relevance | path

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

12

/development/tools/repo_diff/service/repodiff/constants/
Dtechareas.go15 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/
DImePreferences.java31 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/
DOverlayWindowActivity.java28 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/
DDevelopment.java25 import android.provider.Settings;
38 Intent settingsIntent = new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS); in onSortResultList()
DShowActivity.java26 import android.provider.Settings;
DSyncAdapterDriver.java46 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/
DClockBackActivity.java22 import android.provider.Settings;
36 new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
DTaskListActivity.java24 import android.provider.Settings;
33 new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
/development/samples/ApiDemos/src/com/example/android/apis/inputmethod/
DShowInputMethodAndSubtypeEnabler.java23 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/
DDeviceOwnerFragment.java30 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/
DActionBarSettingsActionProviderActivity.java22 import android.provider.Settings;
67 private static final Intent sSettingsIntent = new Intent(Settings.ACTION_SETTINGS);
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt13 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/
DAlarmIntentService.java26 import android.provider.Settings;
64 .setSound(Settings.System.DEFAULT_ALARM_ALERT_URI) in onHandleIntent()
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java31 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/
DAppUsageStatisticsFragment.java25 import android.provider.Settings;
154 startActivity(new Intent(Settings.ACTION_USAGE_ACCESS_SETTINGS)); in getUsageStatistics()
/development/apps/BuildWidget/src/com/android/buildwidget/
DBuildWidget.java68 new Intent(android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS), in buildUpdate()
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DWiFiDirectActivity.java35 import android.provider.Settings;
198 startActivity(new Intent(Settings.ACTION_WIRELESS_SETTINGS)); in onOptionsItemSelected()
/development/tools/winscope/src/app/components/
Dapp_component.ts614 Analytics.Settings.logDarkModeEnabled();
639 Analytics.Settings.logCrossToolSync(
/development/samples/UiAutomator/
DREADME16 + Launch Settings
/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java35 import android.provider.Settings;
153 Intent settingsIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); in enableLocationSettings()
/development/tools/winscope/src/logging/
Danalytics.ts63 static Settings = class { property in Analytics
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java26 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/
DContactManager.java39 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/
DCustomizeExitActivity.java37 import android.provider.Settings.Global;
/development/tools/repo_pull/
DREADME.md26 2. Click [Settings -> HTTP Credentials](https://android-review.googlesource.com/settings/#HTTPCrede…

12