/development/samples/AndroidBeamDemo/src/com/example/android/beam/ |
Beam.java | 31 import android.provider.Settings; 156 Intent intent = new Intent(Settings.ACTION_NFCSHARING_SETTINGS);
|
/external/chromium_org/tools/gn/ |
ninja_toolchain_writer.cc | 12 #include "tools/gn/settings.h" 17 const Settings* settings, 20 : settings_(settings), 25 helper_(settings->build_settings()) { 38 const Settings* settings, 40 NinjaHelper helper(settings->build_settings()); 41 base::FilePath ninja_file(settings->build_settings()->GetFullPath( 42 helper.GetNinjaFileForToolchain(settings).GetSourceFile [all...] |
scope_per_file_provider.cc | 8 #include "tools/gn/settings.h" 46 scope_->settings()->toolchain()->label().GetUserVisibleName(false))); 54 scope_->settings()->build_settings()->toolchain_manager(); 65 FilePathToUTF8(scope_->settings()->build_settings()->python_path()))); 74 GetRootOutputDirWithNoLastSlash(scope_->settings()))); 83 GetRootGenDirWithNoLastSlash(scope_->settings()))); 92 GetRootOutputDirWithNoLastSlash(scope_->settings()) + "obj/" + 102 GetRootGenDirWithNoLastSlash(scope_->settings()) + 110 const Settings* settings) { [all...] |
config.cc | 28 Config* Config::GetConfig(const Settings* settings, 35 ItemTree* tree = &settings->build_settings()->item_tree(); 49 settings->build_settings()->toolchain_manager().ScheduleInvocationLocked( 76 settings->build_settings(), specified_from_here, node, err))
|
import_manager.cc | 15 Scope* UncachedImport(const Settings* settings, 20 node_for_err->GetRange(), settings->build_settings(), file, err); 26 scoped_ptr<Scope> scope(new Scope(settings->base_config())); 61 imported_scope = UncachedImport(scope->settings(), file,
|
string_utils_unittest.cc | 8 #include "tools/gn/settings.h" 16 Scope scope(static_cast<const Settings*>(NULL));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
SystemBars.java | 20 import android.provider.Settings; 51 mContext, Settings.Secure.BAR_SERVICE_COMPONENT, this);
|
/frameworks/base/services/java/com/android/server/ |
ConsumerIrService.java | 37 import android.provider.Settings; 38 import android.provider.Settings.SettingNotFoundException;
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEnabler.java | 17 package com.android.settings.bluetooth; 24 import android.provider.Settings; 29 import com.android.settings.R; 30 import com.android.settings.WirelessSettings; 111 !WirelessSettings.isRadioAllowed(mContext, Settings.Global.RADIO_BLUETOOTH)) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
LauncherIconVisibilityManager.java | 31 import com.android.inputmethod.latin.settings.Settings; 104 if (Settings.readShowSetupWizardIcon(prefs, context)) {
|
/packages/services/Telephony/src/com/android/phone/ |
CdmaVoicePrivacyCheckBoxPreference.java | 89 android.provider.Settings.Secure.putInt(getContext().getContentResolver(), 90 android.provider.Settings.Secure.ENHANCED_VOICE_PRIVACY_ENABLED, enable);
|
CallFeaturesSetting.java | 54 import android.provider.Settings; 55 import android.provider.Settings.SettingNotFoundException; 81 * Top level "Call settings" UI; see res/xml/call_feature_setting.xml 83 * This preference screen is the root of the "Call settings" hierarchy 84 * available from the Phone app; the settings here let you control various 85 * features related to phone calls (including voicemail settings, SIP 86 * settings, the "Respond via SMS" feature, and others.) It's used only 93 * For the "Mobile network settings" screen under the main Settings app, 107 * Intent action to bring up Voicemail Provider settings 2150 VoiceMailProviderSettings settings = new VoiceMailProviderSettings(vmNumberSetting, cfi); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTrackerBase.java | 44 import android.provider.Settings; 45 import android.provider.Settings.SettingNotFoundException; 368 mNetStatPollPeriod = Settings.Global.getInt(mResolver, 369 Settings.Global.PDP_WATCHDOG_POLL_INTERVAL_MS, POLL_NETSTAT_MILLIS); 371 mNetStatPollPeriod = Settings.Global.getInt(mResolver, 372 Settings.Global.PDP_WATCHDOG_LONG_POLL_INTERVAL_MS, 391 Settings.Global.getUriFor(Settings.Global.DATA_ROAMING), false, this); 411 * time using the SystemProperty Settings.Global.DCT_INITIAL_MAX_RETRY 412 * and at runtime using gservices to change Settings.Global.DCT_INITIAL_MAX_RETRY [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 34 import android.provider.Settings; 35 import android.provider.Settings.SettingNotFoundException; 190 // System setting property AIRPLANE_MODE_ON is set in Settings. 191 int airplaneMode = Settings.Global.getInt(mCr, Settings.Global.AIRPLANE_MODE_ON, 0); 195 Settings.Global.getUriFor(Settings.Global.AUTO_TIME), true, 198 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true, 253 Settings.Global.putInt(mPhone.getContext().getContentResolver() [all...] |
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnectionTest.java | 32 import static com.squareup.okhttp.internal.spdy.Settings.PERSIST_VALUE; 256 Settings settings = new Settings(); 257 settings.set(Settings.MAX_CONCURRENT_STREAMS, PERSIST_VALUE, 10); 258 peer.sendFrame().settings(Settings.FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS, settings); 268 peer.takeFrame(); // Guarantees that the Settings frame has been processed [all...] |
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsService.java | 42 import static android.provider.Settings.Global.NETSTATS_DEV_BUCKET_DURATION; 43 import static android.provider.Settings.Global.NETSTATS_DEV_DELETE_AGE; 44 import static android.provider.Settings.Global.NETSTATS_DEV_PERSIST_BYTES; 45 import static android.provider.Settings.Global.NETSTATS_DEV_ROTATE_AGE; 46 import static android.provider.Settings.Global.NETSTATS_GLOBAL_ALERT_BYTES; 47 import static android.provider.Settings.Global.NETSTATS_POLL_INTERVAL; 48 import static android.provider.Settings.Global.NETSTATS_REPORT_XT_OVER_DEV; 49 import static android.provider.Settings.Global.NETSTATS_SAMPLE_ENABLED; 50 import static android.provider.Settings.Global.NETSTATS_TIME_CACHE_MAX_AGE; 51 import static android.provider.Settings.Global.NETSTATS_UID_BUCKET_DURATION [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 29 import android.provider.Settings; 48 Settings.Global.putString(cr, Settings.Global.DROPBOX_AGE_SECONDS, ""); 49 Settings.Global.putString(cr, Settings.Global.DROPBOX_MAX_FILES, ""); 50 Settings.Global.putString(cr, Settings.Global.DROPBOX_QUOTA_KB, ""); 51 Settings.Global.putString(cr, Settings.Global.DROPBOX_TAG_PREFIX + "DropBoxTest", ""); 257 Settings.Global.putString(cr, Settings.Global.DROPBOX_TAG_PREFIX + "DropBoxTest" [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyApiSupport.java | 50 import android.provider.ContactsContract.Settings; 119 private static final int SETTINGS = 44; 219 public static final String SETTINGS = "v1_settings"; 358 matcher.addURI(authority, "settings", SETTINGS); [all...] |
/cts/tests/tests/permission/src/android/permission/cts/ |
ProviderPermissionTest.java | 72 * Verify that write to settings requires permissions. 77 assertWritingContentUriRequiresPermission(android.provider.Settings.System.CONTENT_URI,
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentInit.cpp | 65 Settings* DocumentInit::settings() const function in class:WebCore::DocumentInit 68 return frameForSecurityContext()->settings();
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
TextResourceDecoderBuilder.cpp | 36 #include "core/page/Settings.h" 62 if (Settings* settings = frame->settings()) 63 return TextResourceDecoder::create(m_mimeType, settings->defaultTextEncodingName(), settings->usesEncodingDetector());
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
Navigator.cpp | 32 #include "core/page/Settings.h" 60 Settings* settings = frame->settings(); 61 if (!settings) 63 return settings->needsSiteSpecificQuirks(); 113 if (m_frame->page() && !m_frame->page()->settings()->cookieEnabled()) 121 if (!m_frame || !m_frame->settings()) 124 if (!m_frame->settings()->isJavaEnabled())
|
Page.h | 75 class Settings; 85 friend class Settings; 170 Settings* settings() const { return m_settings.get(); } function in class:WebCore::Page 274 OwnPtr<Settings> m_settings;
|
/frameworks/base/telephony/java/android/telephony/ |
CellLocation.java | 23 import android.provider.Settings;
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
FBOSync.java | 29 import android.provider.Settings.System;
|