Searched
full:configuration (Results
601 -
625 of
4142) sorted by null
<<21222324252627282930>>
/packages/providers/CalendarProvider/res/xml/ |
syncadapter.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
/packages/wallpapers/Basic/res/xml/ |
fall.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
galaxy.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
grass.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
nexus.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
polar_clock.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
walkaround.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/ |
WalkAroundWallpaper.java | 25 import android.content.res.Configuration; 53 public void onConfigurationChanged(Configuration newConfig) { 58 boolean portrait = newConfig.orientation == Configuration.ORIENTATION_PORTRAIT; 164 Configuration.ORIENTATION_PORTRAIT;
|
/packages/wallpapers/MagicSmoke/res/xml/ |
magicsmoke.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
/packages/wallpapers/MusicVisualization/res/xml/ |
vis2.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
vis3.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
vis4.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
vis5.xml | 20 <!-- The attributes in this XML file provide configuration information -->
|
/prebuilt/sdk/4/ |
framework.aidl | 8 parcelable android.content.res.Configuration;
|
/prebuilt/sdk/5/ |
framework.aidl | 11 parcelable android.content.res.Configuration;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
LayoutCreatorDialog.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration; 54 * @param config The starting configuration. 70 String.format("Configuration for the alternate version of %1$s", mFileName)); 98 "Invalid Configuration: %1$s has no filter set.",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FixLaunchConfig.java | 34 * Class to fix the launch configuration of a project if the java package 77 "Launch Configuration Update", 78 "The package definition in the manifest changed.\nDo you want to update your Launch Configuration(s)?"); 122 * Looks for and returns all existing Launch Configuration object for a
|
/system/bluetooth/data/ |
audio.conf | 0 # Configuration file for the audio service
|
/external/apache-http/src/org/apache/commons/logging/ |
package.html | 111 properties defined there are also used to set configuration attributes on 142 <li>Look for a configuration attribute of this factory named 168 configuration information for this default implementation.</p> 174 configuration of the underlying logging system. 175 Commons-logging should not change the existing configuration.</p> 178 support its own configuration properties. These will be documented in the 182 require an external configuration file for the entire logging environment.
|
/external/ipsec-tools/src/racoon/ |
main.c | 121 "specified by the configuration file.\n"); 134 printf(" -f: pathname for configuration file.\n"); 186 plog(LLV_INFO, LOCATION, NULL, "Reading configuration from \"%s\"\n", 207 * saving some parameters before parsing configuration file. 212 errx(1, "failed to parse configuration file."); 233 * by the configuration file, racoon will exit. 339 "in the configuration\n", pname);
|
/frameworks/base/docs/html/guide/topics/search/ |
adding-recent-query-suggestions.jd | 17 configuration</a></li> 24 <li><a href="searchable-config.html">Searchable Configuration</a></li> 58 <li>Modify the searchable configuration with information about the content provider.</li> 97 <h2 id="RecentQuerySearchableConfiguration">Modifying the searchable configuration</h2> 101 searchable configuration file. For example:</p> 144 passes the name of the search authority (matching the one in the searchable configuration) and a 158 string used in the class (and in the searchable configuration). For example:</p>
|
/packages/apps/Phone/src/com/android/phone/ |
OutgoingCallBroadcaster.java | 23 import android.content.res.Configuration; 166 final Configuration configuration = getResources().getConfiguration(); local 170 if (DBG) Log.v(TAG, " - configuration = " + configuration); 178 // framework detects a configuration change at exactly the 322 public void onConfigurationChanged(Configuration newConfig) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDeviceManager.java | 196 * Adds or replaces a configuration in a given {@link LayoutDevice}. 198 * @param configName the configuration name to add or replace 199 * @param config the configuration to set 211 * Replaces a configuration in a given {@link LayoutDevice}. 215 * @param newConfigName the configuration name to add or replace 216 * @param config the configuration to set 234 * Removes a configuration from a given user {@link LayoutDevice}
|
/external/webkit/WebKitTools/WinLauncher/ |
WinLauncher.vcproj | 18 <Configuration
93 </Configuration>
94 <Configuration
173 </Configuration>
174 <Configuration
249 </Configuration>
250 <Configuration
325 </Configuration>
326 <Configuration
401 </Configuration>
[all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.java | 26 * security configuration. Android will not necessarily support 190 /** Possible status of a network configuration. */ 206 * network configuration entry. This must be passed as an argument 212 * The current status of this network configuration entry. 225 * When set, this network configuration entry should only be used when 267 * The set of key management protocols supported by this configuration. 273 * The set of security protocols supported by this configuration. 279 * The set of authentication protocols supported by this configuration. 285 * The set of pairwise ciphers for WPA supported by this configuration. 291 * The set of group ciphers supported by this configuration [all...] |
Completed in 88 milliseconds
<<21222324252627282930>>