/frameworks/base/services/core/java/com/android/server/ |
DeviceIdleController.java | 67 import android.provider.Settings; 508 * global Settings. Any access to this class or its fields should be done while 512 // Key names stored in the settings value. 550 * @see Settings.Global#DEVICE_IDLE_CONSTANTS 559 * @see Settings.Global#DEVICE_IDLE_CONSTANTS 566 * @see Settings.Global#DEVICE_IDLE_CONSTANTS 573 * @see Settings.Global#DEVICE_IDLE_CONSTANTS 580 * @see Settings.Global#DEVICE_IDLE_CONSTANTS 589 * @see Settings.Global#DEVICE_IDLE_CONSTANTS 600 * @see Settings.Global#DEVICE_IDLE_CONSTANT [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 53 import android.provider.ContactsContract.Settings; 222 values.put(Settings.ACCOUNT_NAME, account.getAccountName()); 223 values.put(Settings.ACCOUNT_TYPE, account.getAccountType()); 225 values.put(Settings.DATA_SET, account.getDataSet()); 227 values.put(Settings.SHOULD_SYNC, shouldSync); 228 values.put(Settings.UNGROUPED_VISIBLE, ungroupedVisible); 229 mResolver.insert(Settings.CONTENT_URI, values); [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | 53 import android.provider.Settings; 54 import android.provider.Settings.SettingNotFoundException; 386 // Check for settings preference. [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 37 import android.provider.Settings; [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | 36 import android.provider.Settings; [all...] |
/packages/apps/Settings/src/com/android/settings/ |
Utils.java | 17 package com.android.settings; 68 import android.provider.Settings; 110 private static final String TAG = "Settings"; 131 private static final String SETTINGS_PACKAGE_NAME = "com.android.settings"; 653 * Returns the target user for a Settings activity. 659 * one if the app launching this activity is the Settings app itself, running in the same user 702 * Returns the target user for a Settings activity. [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
InteractiveVerifierActivity.java | 29 import android.provider.Settings.Secure; 65 "android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS"; 390 Intent settings = new Intent(NOTIFICATION_LISTENER_SETTINGS); local 391 if (settings.resolveActivity(mPackageManager) == null) { 392 logFail("no settings activity");
|
NotificationListenerVerifierActivity.java | 22 import android.provider.Settings.Secure;
|
/external/libweave/src/privet/ |
cloud_delegate.cc | 240 void OnConfigChanged(const Settings&) { NotifyOnDeviceInfoChanged(); }
|
security_manager.cc | 236 const Config::Settings& SecurityManager::GetSettings() const {
|
security_manager_unittest.cc | 67 .WillRepeatedly(testing::Invoke([](Settings* settings) { 68 settings->embedded_code = "1234"; 69 settings->pairing_modes = {PairingType::kEmbeddedCode}; 70 settings->client_id = "TEST_CLIENT_ID"; 71 settings->client_secret = "TEST_CLIENT_SECRET"; 72 settings->api_key = "TEST_API_KEY"; 73 settings->oem_name = "TEST_OEM"; 74 settings->model_name = "TEST_MODEL"; 75 settings->model_id = "ABCDE" [all...] |
/frameworks/base/core/java/android/text/format/ |
DateFormat.java | 21 import android.provider.Settings; 180 String value = Settings.System.getStringForUser(context.getContentResolver(), 181 Settings.System.TIME_12_24, userHandle);
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EqualizerTest.java | 378 Log.d(TAG,"Equalizer settings: "+mSettings); 379 mEqualizer.setProperties(new Equalizer.Settings(mSettings)); 401 Log.d(TAG,"Equalizer released, settings: "+mSettings);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QuickStatusBarHeader.java | 132 // settings), so disable it for this view 359 // Relaunch settings so that the tuner disappears. 378 mActivityStarter.startActivity(new Intent(android.provider.Settings.ACTION_SETTINGS),
|
/frameworks/base/services/core/java/com/android/server/location/ |
GnssLocationProvider.java | 71 import android.provider.Settings; 350 // True if gps should be disabled (used to support battery saver mode in settings). 554 switch (Settings.Secure.getInt(mContext.getContentResolver(), BATTERY_SAVER_GPS_MODE, [all...] |
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
ProfileOwnerProvisioningService.java | 43 import android.provider.Settings;
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
MailAppProvider.java | 375 if (accountEntry.mAccount.settings == null) { 376 LogUtils.e(LOG_TAG, "Dropping account that doesn't specify settings"); 546 if (mAccount.settings == Settings.EMPTY_SETTINGS) { 548 + "Settings could not be created from the JSONObject: " + o);
|
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
SysUINotificationShadeTests.java | 29 import android.provider.Settings; 128 // Verify quick settings are displayed on the phone screen. 138 // Verify tapping on Settings icon in Quick settings launches Settings. 139 mDevice.wait(Until.findObject(By.descContains("Open settings.")), LONG_TIMEOUT) 141 UiObject2 settingHeading = mDevice.wait(Until.findObject(By.text("Settings")),
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-settings-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/ |
maven-settings-2.0.9.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/ |
maven-settings-2.2.1.jar | |
/frameworks/base/services/backup/java/com/android/server/backup/ |
BackupManagerService.java | 85 import android.provider.Settings; 213 static final String SETTINGS_PACKAGE = "com.android.providers.settings"; 372 final int enableState = Settings.Secure.getIntForUser(r, 373 Settings.Secure.BACKUP_ENABLED, -1, userId); 379 Settings.Secure.putStringForUser(r, 380 Settings.Secure.BACKUP_ENABLED, null, userId); 734 if ("com.android.providers.settings".equals(pkg.packageName)) { [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiManagerFacade.java | 26 import android.provider.Settings.Global; 27 import android.provider.Settings.SettingNotFoundException; 566 @Rpc(description = "Resets all WifiManager settings.") [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsActivity.java | 32 import android.provider.Settings; 694 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS, [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ServiceRecord.java | 40 import android.provider.Settings; 493 Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
|