/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/ |
_remote.repositories | 3 maven-settings-2.0.9.pom>central= 4 maven-settings-2.0.9.jar>central=
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/ |
_remote.repositories | 3 maven-settings-2.2.1.jar>central= 4 maven-settings-2.2.1.pom>central=
|
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/ |
LocationSettingsTests.java | 17 package android.settings.functional; 24 import android.provider.Settings; 37 private static final String SETTINGS_PACKAGE = "com.android.settings"; 61 // Load settings 63 Settings.ACTION_SETTINGS); 76 // Verify location settings loads. 96 Settings.Secure.putInt(getInstrumentation().getContext().getContentResolver(), 97 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_BATTERY_SAVING); 99 verifyLocationSettingsMode(Settings.Secure.LOCATION_MODE_SENSORS_ONLY) [all...] |
AccessibilitySettingsTests.java | 17 package android.settings.functional; 23 import android.provider.Settings; 35 private static final String SETTINGS_PACKAGE = "com.android.settings"; 52 // Need to finish settings activity 62 Settings.Secure.ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED, 0, 1); 68 Settings.Secure.ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED, 1, 0); 74 Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR, 1, 2); 80 Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR, 2, 1); 83 /* Suppressing these four tests. The settings don't play 84 * nice with Settings.System.putInt or Settings.Secure.putInt [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ApplicationSettings.java | 17 package com.android.settings; 21 import android.provider.Settings; 69 boolean userSetInstLocation = (Settings.Global.getInt(getContentResolver(), 70 Settings.Global.SET_INSTALL_LOCATION, 0) != 0); 87 Settings.Global.putInt(getContentResolver(), 88 Settings.Global.DEFAULT_INSTALL_LOCATION, APP_INSTALL_DEVICE); 90 Settings.Global.putInt(getContentResolver(), 91 Settings.Global.DEFAULT_INSTALL_LOCATION, APP_INSTALL_SDCARD); 93 Settings.Global.putInt(getContentResolver(), 94 Settings.Global.DEFAULT_INSTALL_LOCATION, APP_INSTALL_AUTO) [all...] |
TestingSettingsBroadcastReceiver.java | 1 package com.android.settings; 9 import com.android.settings.Settings.TestingSettingsActivity;
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiSettingsStore.java | 21 import android.provider.Settings; 26 /* Tracks persisted settings for Wi-Fi and airplane mode interaction */ 28 /* Values tracked in Settings.Global.WIFI_ON */ 37 /* Persisted state that tracks the wifi & airplane interaction from settings */ 139 Settings.Global.putInt(cr, Settings.Global.WIFI_ON, state); 144 String airplaneModeRadios = Settings.Global.getString(mContext.getContentResolver(), 145 Settings.Global.AIRPLANE_MODE_RADIOS); 147 || airplaneModeRadios.contains(Settings.Global.RADIO_WIFI); 152 String toggleableRadios = Settings.Global.getString(mContext.getContentResolver() [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
AdvancedSettingsFragment.java | 17 package com.android.inputmethod.latin.settings; 33 * "Advanced" settings sub screen. 35 * This settings sub screen handles the following advanced preferences. 41 * - Debug settings 52 // When we are called from the Settings application but we are not already running, some 59 if (!Settings.isInternal(prefs)) { 60 removePreference(Settings.SCREEN_DEBUG); 64 removePreference(Settings.PREF_VIBRATION_DURATION_SETTINGS); 68 if (!Settings.readFromBuildConfigIfToShowKeyPreviewPopupOption(res)) { 69 removePreference(Settings.PREF_KEY_PREVIEW_POPUP_DISMISS_DELAY) [all...] |
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
ScanSettingsTest.java | 31 ScanSettings settings = new ScanSettings.Builder().build(); local 32 assertEquals(ScanSettings.CALLBACK_TYPE_ALL_MATCHES, settings.getCallbackType()); 33 assertEquals(ScanSettings.SCAN_MODE_LOW_POWER, settings.getScanMode()); 34 assertEquals(0, settings.getScanResultType()); 35 assertEquals(0, settings.getReportDelayMillis()); 40 ScanSettings settings = new ScanSettings.Builder().build(); local 41 assertEquals(0, settings.describeContents()); 48 ScanSettings settings = new ScanSettings.Builder() local 54 settings.writeToParcel(parcel, 0); 58 assertEquals(ScanSettings.SCAN_MODE_LOW_LATENCY, settings.getScanMode()) [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
ScanScheduleUtilFilterTest.java | 57 ScanSettings settings = createRequest( local 63 createScanResult(2400), 0, settings, -1)); 68 ScanSettings settings = createRequest( local 74 createScanResult(5150), 0, settings, 0)); 79 ScanSettings settings = createRequest( local 85 createScanResult(2400), 0, settings, 0)); 90 ScanSettings settings = createRequest( local 96 createScanResult(5175), 0, settings, 0)); 101 ScanSettings settings = createRequest( local 107 createScanResult(2400), 5, settings, 2)) 112 ScanSettings settings = createRequest( local 123 ScanSettings settings = createRequest( local 135 ScanSettings settings = createRequest( local 147 ScanSettings settings = createRequest( local 159 ScanSettings settings = createRequest( local 171 ScanSettings settings = createRequest( local 184 ScanSettings settings = createRequest( local 197 ScanSettings settings = createRequest( local 210 ScanSettings settings = createRequest( local 222 ScanSettings settings = createRequest( local 235 ScanSettings settings = createRequest( local 248 ScanSettings settings = createRequest( local 262 ScanSettings settings = createRequest( local 278 ScanSettings settings = createRequest( local 294 ScanSettings settings = createRequest( local [all...] |
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
jquery.treeview.min.js | 15 */;(function($){$.extend($.fn,{swapClass:function(c1,c2){var c1Elements=this.filter('.'+c1);this.filter('.'+c2).removeClass(c2).addClass(c1);c1Elements.removeClass(c1).addClass(c2);return this;},replaceClass:function(c1,c2){return this.filter('.'+c1).removeClass(c1).addClass(c2).end();},hoverClass:function(className){className=className||"hover";return this.hover(function(){$(this).addClass(className);},function(){$(this).removeClass(className);});},heightToggle:function(animated,callback){animated?this.animate({height:"toggle"},animated,callback):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments);});},heightHide:function(animated,callback){if(animated){this.animate({height:"hide"},animated,callback);}else{this.hide();if(callback)this.each(callback);}},prepareBranches:function(settings){if(!settings.prerendered){this.filter(":last-child:not(ul)").addClass(CLASSES.last);this.filter((settings.collapsed?"":"."+CLASSES.closed)+":not(."+CLASSES.open+")").find(">ul").hide();}return this.filter(":has(>ul)");},applyClasses:function(settings,toggler){this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event){toggler.apply($(this).next());}).add($("a",this)).hoverClass();if(!settings.prerendered){this.filter(":has(>ul:hidden)").addClass(CLASSES.expandable).replaceClass(CLASSES.last,CLASSES.lastExpandable);this.not(":has(>ul:hidden)").addClass(CLASSES.collapsable).replaceClass(CLASSES.last,CLASSES.lastCollapsable);this.prepend("<div class=\""+CLASSES.hitarea+"\"/>").find("div."+CLASSES.hitarea).each(function(){var classes="";$.each($(this).parent().attr("class").split(" "),function(){classes+=this+"-hitarea ";});$(this).addClass(classes);});}this.find("div."+CLASSES.hitarea).click(toggler);},treeview:function(settings){settings=$.extend({cookieId:"treeview"},settings);if(settings.add){return this.trigger("add",[settings.add]);}if(settings.toggle){var callback=settings.toggle;settings.toggle=function(){return callback (…) [all...] |
/packages/apps/Settings/res/xml/ |
display_settings.xml | 18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" 20 settings:keywords="@string/keywords_display"> 25 settings:keywords="@string/keywords_display_brightness_level"> 32 settings:keywords="@string/keywords_display_auto_brightness" 35 <com.android.settings.display.NightDisplayPreference 38 android:fragment="com.android.settings.display.NightDisplaySettings" 40 settings:keywords="@string/keywords_display_night_display" /> 46 settings:keywords="@string/keywords_display_night_mode" 54 settings:keywords="@string/keywords_display_wallpaper [all...] |
/packages/apps/Settings/tests/app/src/com/android/settings/ |
SettingsHookTests.java | 17 package com.android.settings; 19 import com.android.settings.Settings; 20 import com.android.settings.tests.Manufacturer; 21 import com.android.settings.tests.Operator; 33 * Tests for the Settings operator/manufacturer hook. 40 * -w com.android.settings.tests/android.test.InstrumentationTestRunner 42 public class SettingsHookTests extends ActivityInstrumentationTestCase2<Settings> { 44 private static final String PACKAGE_NAME = "com.android.settings.tests"; 50 private static final String INTENT_OPERATOR_HOOK = "com.android.settings.OPERATOR_APPLICATION_SETTING" [all...] |
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
MockContext.java | 52 return null; //To change body of implemented methods use File | Settings | File Templates. 60 return null; //To change body of implemented methods use File | Settings | File Templates. 65 return null; //To change body of implemented methods use File | Settings | File Templates. 70 return null; //To change body of implemented methods use File | Settings | File Templates. 75 return null; //To change body of implemented methods use File | Settings | File Templates. 80 //To change body of implemented methods use File | Settings | File Templates. 85 return null; //To change body of implemented methods use File | Settings | File Templates. 90 return null; //To change body of implemented methods use File | Settings | File Templates. 95 return null; //To change body of implemented methods use File | Settings | File Templates. 100 return null; //To change body of implemented methods use File | Settings | File Templates [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestDocumentBuilderFactory.java | 35 private final DocumentBuilderSetting[] settings; field in class:DOMTestDocumentBuilderFactory 39 * @param properties Array of parser settings, may be null. 41 public DOMTestDocumentBuilderFactory(DocumentBuilderSetting[] settings) throws 43 if (settings == null) { 44 this.settings = new DocumentBuilderSetting[0]; 47 this.settings = (DocumentBuilderSetting[]) settings.clone(); 53 * with the settings from the argument list 54 * and any non-revoked settings from the current object. 55 * @param settings array of settings, may be null 185 DocumentBuilderSetting[] settings = new DocumentBuilderSetting[list.size()]; local [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/sound/ |
SoundFragment.java | 17 package com.android.tv.settings.device.sound; 23 import android.provider.Settings; 32 import com.android.tv.settings.R; 84 setSurroundPassthroughSetting(Settings.Global.ENCODED_SURROUND_OUTPUT_AUTO); 87 setSurroundPassthroughSetting(Settings.Global.ENCODED_SURROUND_OUTPUT_ALWAYS); 90 setSurroundPassthroughSetting(Settings.Global.ENCODED_SURROUND_OUTPUT_NEVER); 105 return Settings.System.getInt(contentResolver, Settings.System.SOUND_EFFECTS_ENABLED, 1) 115 Settings.System.putInt(getActivity().getContentResolver(), 116 Settings.System.SOUND_EFFECTS_ENABLED, enabled ? 1 : 0) [all...] |
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoWriteSecureSettingsPermissionTest.java | 21 import android.provider.Settings; 25 * Verify secure settings cannot be written to without required permissions. 30 * Verify that write to secure settings requires permissions. 38 values.put(Settings.Secure.NAME, Settings.Secure.ACCESSIBILITY_ENABLED); 39 values.put(Settings.Secure.VALUE, Boolean.TRUE); 40 getContext().getContentResolver().insert(Settings.Secure.CONTENT_URI, values);
|
/external/mockito/src/org/mockito/internal/creation/ |
CglibMockMaker.java | 21 public <T> T createMock(MockCreationSettings<T> settings, MockHandler handler) { 23 new AcrossJVMSerializationFeature().enableSerializationAcrossJVM(settings); 25 new MethodInterceptorFilter(mockitoHandler, settings), settings.getTypeToMock(), settings.getExtraInterfaces()); 36 public void resetMock(Object mock, MockHandler newHandler, MockCreationSettings settings) { 37 ((Factory) mock).setCallback(0, new MethodInterceptorFilter(cast(newHandler), settings));
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/ |
TexturePackerFileProcessor.java | 20 import com.badlogic.gdx.tools.texturepacker.TexturePacker.Settings; 37 private final Settings defaultSettings; 38 private ObjectMap<File, Settings> dirToSettings = new ObjectMap(); 45 this(new Settings(), "pack.atlas"); 48 public TexturePackerFileProcessor (Settings defaultSettings, String packFileName) { 78 // Find first parent with settings, or use defaults. 79 Settings settings = null; local 84 settings = dirToSettings.get(parent); 85 if (settings != null) 93 dirToSettings.put(settingsFile.getParentFile(), settings); local [all...] |
GridPacker.java | 22 import com.badlogic.gdx.tools.texturepacker.TexturePacker.Settings; 29 private Settings settings; field in class:GridPacker 31 public GridPacker (Settings settings) { 32 this.settings = settings; 36 if (!settings.silent) System.out.print("Packing"); 44 cellWidth += settings.paddingX; 45 cellHeight += settings.paddingY [all...] |
/packages/apps/Settings/ |
AndroidManifest.xml | 3 package="com.android.settings" 7 <original-package android:name="com.android.settings" /> 90 android:theme="@style/Theme.Settings" 99 <!-- Settings --> 101 <activity android:name="Settings" 102 android:taskAffinity="com.android.settings" 106 <action android:name="android.settings.SETTINGS" /> 109 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" 114 <activity-alias android:name="Settings" [all...] |
/external/libweave/src/test/ |
weave_testrunner.cc | 13 logging::LoggingSettings settings; local 14 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 15 logging::InitLogging(settings);
|
/external/vulkan-validation-layers/layers/ |
vk_layer_settings.txt | 2 # This file allows for per-layer settings which can dynamically affect layer 4 # Settings lines are of the form "<LayerIdentifier>.<SettingName> = <SettingValue>" 11 # There are some common settings that are used by each layer. 12 # Below is a general description of three common settings, followed by 13 # actual template settings for each layer in the SDK. 15 # Common settings descriptions: 21 # be taken when a layer wants to report information. Possible settings values 22 # are defined in the vk_layer.h header file. These settings are: 28 # app must register callback, this is a NOOP for the settings file. 50 # Example of actual settings for each layer [all...] |
/cts/tests/tests/location2/ |
README.txt | 3 at Settings > Developer options.
|
/developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/res/values/ |
strings.xml | 4 <string name="action_settings">Settings</string>
|