/external/chromium_org/tools/gn/ |
ninja_helper_unittest.cc | 9 #include "tools/gn/settings.h" 20 settings(&build_settings, &toolchain, std::string()), 21 target(&settings, 24 settings.set_target_os(Settings::WIN); 35 Settings settings; member in class:__anon16488::HelperSetterUpper
|
ninja_writer.cc | 47 // all settings and find the list of targets in the default toolchain. 48 std::vector<const Settings*> all_settings; 52 const Settings* settings; local 56 settings = 62 all_settings.push_back(settings); 63 if (!NinjaToolchainWriter::RunAndWriteFile(settings, i->second)) {
|
toolchain_manager.h | 20 class Settings; 23 // settings and toolchain object. It also loads build files in the context of a 61 // Returns the settings object for a given toolchain. This does not 66 const Settings* GetSettingsForToolchainLocked(const LocationRange& from_here, 106 // Toolchain settings have not requested to be loaded. This means we 108 // the settings automatically allows you to define a bunch of toolchains 112 // The settings have been scheduled to be loaded but have not completed. 115 // The settings are done being loaded. 147 // Invokes the given file for a toolchain with loaded settings. Run on a
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListManagedCursor.java | 23 import android.provider.Settings; 39 Cursor c = getContentResolver().query(Settings.System.CONTENT_URI, null, null, null, null);
|
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/ |
ContactsMockContext.java | 26 import android.provider.Settings; 50 mContentResolver.addProvider(Settings.AUTHORITY, mSettingsProvider);
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
DefaultRemovedActivity.java | 6 import android.provider.Settings; 30 // Launch into Settings 31 Intent intent = new Intent(Settings.ACTION_NFC_PAYMENT_SETTINGS);
|
/packages/apps/Settings/ |
Android.mk | 11 src/com/android/settings/EventLogTags.logtags 13 LOCAL_PACKAGE_NAME := Settings
|
/packages/apps/Settings/src/com/android/settings/location/ |
LocationSettings.java | 17 package com.android.settings.location; 33 import android.provider.Settings; 39 import com.android.settings.R; 46 * Location access settings. 165 * Add the settings injected by external apps into the "App Settings" category. Hides the 166 * category if there are no injected settings. 168 * Reloads the settings whenever receives 170 * also reloads on {@link LocationManager#MODE_CHANGED_ACTION} to ensure the settings are 184 Log.d(TAG, "Received settings change intent: " + intent) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SyncErrorDialogFragment.java | 26 import android.provider.Settings; 61 Settings.ACTION_INTERNAL_STORAGE_SETTINGS);
|
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 31 import static android.provider.Settings.Secure.getString; 33 import android.provider.Settings; 77 Settings.Secure.TTS_DEFAULT_SYNTH); 157 * @return an intent that can launch the settings activity for a given tts engine. 171 final String settings = settingsActivityFromServiceInfo(service, pm); local 172 if (settings != null) { 174 i.setClassName(engine, settings); 214 final String settings = array.getString( local 218 return settings; 286 * value from {@link Settings.Secure#TTS_DEFAULT_LOCALE}, failing which th [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
Settings.java | 17 package com.android.inputmethod.latin.settings; 39 public final class Settings implements SharedPreferences.OnSharedPreferenceChangeListener { 40 private static final String TAG = Settings.class.getSimpleName(); 111 private static final Settings sInstance = new Settings(); 113 public static Settings getInstance() { 121 private Settings() { 188 // Accessed from the settings interface, hence public 191 return prefs.getBoolean(Settings.PREF_SOUND_ON, 211 return prefs.getBoolean(Settings.PREF_BLOCK_POTENTIALLY_OFFENSIVE [all...] |
/frameworks/base/services/java/com/android/server/ |
RecognitionManagerService.java | 33 import android.provider.Settings; 136 String curRecognizer = Settings.Secure.getStringForUser( 138 Settings.Secure.VOICE_RECOGNITION_SERVICE, userHandle); 148 Settings.Secure.putStringForUser(mContext.getContentResolver(), 149 Settings.Secure.VOICE_RECOGNITION_SERVICE,
|
/packages/apps/Browser/src/com/android/browser/ |
SystemAllowGeolocationOrigins.java | 26 import android.provider.Settings; 60 // Register to receive notifications when the system settings change. 61 Uri uri = Settings.Secure.getUriFor(Settings.Secure.ALLOWED_GEOLOCATION_ORIGINS); 158 String value = Settings.Secure.getString(mContext.getContentResolver(), 159 Settings.Secure.ALLOWED_GEOLOCATION_ORIGINS);
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Settings.java | 44 * Model to hold Settings for an account. 46 public class Settings implements Parcelable { 49 static final Settings EMPTY_SETTINGS = new Settings(); 106 private static final Settings sDefault = EMPTY_SETTINGS; 108 private Settings() { 131 public Settings(Parcel inParcel) { 154 public Settings(Cursor cursor) { 187 private Settings(JSONObject json) { 217 * Return a serialized String for these settings [all...] |
/packages/apps/Settings/src/com/android/settings/ |
DisplaySettings.java | 17 package com.android.settings; 19 import static android.provider.Settings.System.SCREEN_OFF_TIMEOUT; 35 import android.provider.Settings; 36 import android.provider.Settings.SettingNotFoundException; 40 import com.android.settings.DreamSettings; 88 // Display settings. However, is still available in Accessibility settings, 101 final long currentTimeout = Settings.System.getLong(resolver, SCREEN_OFF_TIMEOUT, 118 mNotificationPulse.setChecked(Settings.System.getInt(resolver, 119 Settings.System.NOTIFICATION_LIGHT_PULSE) == 1) [all...] |
VoiceInputOutputSettings.java | 17 package com.android.settings; 34 import android.provider.Settings; 49 * Settings screen for voice input/output. 96 // There were no TTS settings and no recognizer settings, 118 // set up the link to settings for the available recognizer. 129 String currentSetting = Settings.Secure.getString( 130 mFragment.getContentResolver(), Settings.Secure.VOICE_RECOGNITION_SERVICE); 138 // we populated the settings. 157 String currentSetting = Settings.Secure.getString [all...] |
/packages/services/Telephony/src/com/android/phone/ |
MobileNetworkSettings.java | 48 * "Mobile network settings" screen. This preference screen lets you 55 * Settings app. It's not part of the "Call settings" hierarchy that's 78 private static final String UP_ACTIVITY_PACKAGE = "com.android.settings"; 80 "com.android.settings.Settings$WirelessSettingsActivity"; 147 //displays the value taken from the Settings.System 148 int settingsNetworkMode = android.provider.Settings.Global.getInt(mPhone.getContext(). 149 getContentResolver(), android.provider.Settings.Global.PREFERRED_NETWORK_MODE, 180 String tmpl = android.provider.Settings.Global.getString(getContentResolver() [all...] |
/frameworks/base/services/java/com/android/server/wifi/ |
WifiController.java | 39 import android.provider.Settings; 67 * See {@link Settings.Global#WIFI_IDLE_MS}. This is the default value if a 68 * Settings.Global value is not present. This timeout value is chosen as 76 * See {@link Settings.Global#WIFI_REENABLE_DELAY_MS}. This is the default value if a 77 * Settings.Global value is not present. This is the minimum time after wifi is disabled 196 mStayAwakeConditions = Settings.Global.getInt(mContext.getContentResolver(), 197 Settings.Global.STAY_ON_WHILE_PLUGGED_IN, 0); 201 mIdleMillis = Settings.Global.getLong(mContext.getContentResolver(), 202 Settings.Global.WIFI_IDLE_MS, DEFAULT_IDLE_MS); 206 mSleepPolicy = Settings.Global.getInt(mContext.getContentResolver() [all...] |
WifiNotificationController.java | 35 import android.provider.Settings; 135 NOTIFICATION_REPEAT_DELAY_MS = Settings.Global.getInt(context.getContentResolver(), 136 Settings.Global.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY, 900) * 1000l; 274 cr.registerContentObserver(Settings.Global.getUriFor( 275 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON), true, this); 292 return Settings.Global.getInt(mContext.getContentResolver(), 293 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1) == 1;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
CustomContactListFilterActivity.java | 41 import android.provider.ContactsContract.Settings; 236 * Entry holding any changes to {@link Groups} or {@link Settings} rows, 248 * Build {@link GroupDelta} from the {@link Settings} row for the given 249 * {@link Settings#ACCOUNT_NAME}, {@link Settings#ACCOUNT_TYPE}, and 250 * {@link Settings#DATA_SET}. 254 final Uri.Builder settingsUri = Settings.CONTENT_URI.buildUpon() 255 .appendQueryParameter(Settings.ACCOUNT_NAME, accountName) 256 .appendQueryParameter(Settings.ACCOUNT_TYPE, accountType); 258 settingsUri.appendQueryParameter(Settings.DATA_SET, dataSet) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_NameValueTableTest.java | 23 import android.provider.Settings; 24 import android.provider.Settings.NameValueTable; 30 Uri uri = Settings.System.CONTENT_URI;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
FontSize.cpp | 34 #include "core/page/Settings.h" 43 // font size settings (e.g. Firefox). 57 Settings* settings = document->settings(); 58 if (!settings) 61 int minSize = settings->minimumFontSize(); 62 int minLogicalSize = settings->minimumLogicalFontSize(); 102 // Strict mode table matches MacIE and Mozilla's settings exactly. 125 const Settings* settings = document->settings() local 158 const Settings* settings = document->settings(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSettingsImpl.h | 37 class Settings; 44 explicit WebSettingsImpl(WebCore::Settings*); 192 WebCore::Settings* m_settings;
|
/frameworks/base/services/java/com/android/server/location/ |
LocationBlacklist.java | 24 import android.provider.Settings; 61 mContext.getContentResolver().registerContentObserver(Settings.Secure.getUriFor( 63 // mContext.getContentResolver().registerContentObserver(Settings.Secure.getUriFor( 129 flatString = Settings.Secure.getStringForUser(mContext.getContentResolver(), key,
|
/packages/apps/Camera2/src/com/android/camera/app/ |
OrientationManager.java | 24 import android.provider.Settings; 42 // This is true if "Settings -> Display -> Rotation Lock" is checked. We 53 mRotationLockedSetting = Settings.System.getInt( 54 resolver, Settings.System.ACCELEROMETER_ROTATION, 0) != 1;
|