HomeSort by relevance Sort by last modified time
    Searched full:configuration (Results 976 - 1000 of 9268) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/tests/ConnectivityManagerTest/assets/
accesspoints.xml 28 Enable this test case again once the configuration is completed.
  /frameworks/base/data/keyboards/
qwerty.idc 16 # Emulator keyboard configuration file #1.
qwerty2.idc 16 # Emulator keyboard configuration file #2.
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 11 <li>Alternative resources provide configuration-specific resource files</li>
41 runtime, Android uses the appropriate resource based on the current configuration. For
177 android.content.res.Resources#getXml(int) Resources.getXML()}. Various XML configuration files
179 href="{@docRoot}guide/topics/search/searchable-config.html">searchable configuration</a>.
180 <!-- or preferences configuration. --></td>
213 detects the current device configuration and loads the appropriate
216 <p>To specify configuration-specific alternatives for a set of resources:</p>
223 <li><em>{@code &lt;qualifier&gt;}</em> is a name that specifies an individual configuration
254 configuration information with the qualifiers in the resource directory name.</p>
256 <p>Android supports several configuration qualifiers and you ca
    [all...]
  /frameworks/base/include/android_runtime/
android_content_res_Configuration.h 21 #include <android/configuration.h>
  /frameworks/base/services/java/com/android/server/
AttributeCache.java 23 import android.content.res.Configuration;
42 private final Configuration mConfiguration = new Configuration();
84 public void updateConfiguration(Configuration config) {
UiModeManagerService.java 33 import android.content.res.Configuration;
82 private Configuration mConfiguration = new Configuration();
219 return mCurUiMode & Configuration.UI_MODE_TYPE_MASK;
302 int uiMode = mTelevision ? Configuration.UI_MODE_TYPE_TELEVISION : mDefaultUiModeType;
304 uiMode = Configuration.UI_MODE_TYPE_CAR;
306 uiMode = Configuration.UI_MODE_TYPE_DESK;
311 uiMode |= mComputedNightMode ? Configuration.UI_MODE_NIGHT_YES
312 : Configuration.UI_MODE_NIGHT_NO;
318 uiMode = (uiMode & ~Configuration.UI_MODE_NIGHT_MASK) | Configuration.UI_MODE_NIGHT_NO
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/
llvm-lit 18 # configuration file knows how to find the object tree.
  /frameworks/native/include/gui/
GuiConfig.h 24 // Append the libgui configuration details to configStr.
  /frameworks/native/include/ui/
UiConfig.h 24 // Append the libui configuration details to configStr.
  /frameworks/wilhelm/src/
platform.h 17 /** \file platform.h Platform-specific configuration constants */
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Configure.h 22 /***** Language configuration *************************************************/
  /hardware/broadcom/libbt/
vnd_buildcfg.mk 5 # configuration file does not exist. Use default one
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
CMakeLists.txt 28 set(AUTO_GEN_COMMENT "## Autogenerated by libcxx configuration.\n# Do not edit!")
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 1 /* Helper header to give feedback about build environment configuration
_icc.h 1 // STLport configuration file
  /ndk/sources/host-tools/make-3.81/config/
codeset.m4 6 dnl that contains a configuration script generated by Autoconf, under
glibc21.m4 6 dnl that contains a configuration script generated by Autoconf, under
inttypes.m4 6 dnl that contains a configuration script generated by Autoconf, under
inttypes_h.m4 6 dnl that contains a configuration script generated by Autoconf, under
longlong.m4 6 dnl that contains a configuration script generated by Autoconf, under
signed.m4 6 dnl that contains a configuration script generated by Autoconf, under
stdint_h.m4 6 dnl that contains a configuration script generated by Autoconf, under
ulonglong.m4 6 dnl that contains a configuration script generated by Autoconf, under
wchar_t.m4 6 dnl that contains a configuration script generated by Autoconf, under

Completed in 731 milliseconds

<<31323334353637383940>>