HomeSort by relevance Sort by last modified time
    Searched full:brand (Results 26 - 50 of 2786) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AppRTCUtils.java 59 + "Brand: " + Build.BRAND + ", "
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 61 assertNotEmpty("BRAND", Build.BRAND);
  /frameworks/base/docs/html/distribute/tools/
disttools_toc.cs 29 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/brand.html" zh-cn-lang="????">
30 <span class="en">Brand Guidelines</span></a>
  /external/autotest/server/cros/
ap_config.py 67 CONF_BRAND = 'brand'
104 """@return string brand for AP from config file"""
205 'brand': self.get_brand(),
212 ' Name: %(brand)s %(model)s\n'
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
BuildInfo.java 30 return Build.BRAND;
WebRtcAudioUtils.java 172 Build.BRAND.startsWith("generic_");
186 + "Brand: " + Build.BRAND + ", "
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 55 * (BRAND)/(PRODUCT)/(DEVICE):(VERSION.RELEASE)/(BUILD_ID)/
68 assertEquals(Build.BRAND, fingerprintSegs[0]);
  /hardware/bsp/intel/peripheral/libupm/docs/
naming.md 23 3. Avoid brand names, often your module can be very generic with little effort
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 65 VAR_MAP.put("build.brand", new StaticVarGetter(Build.BRAND));
74 VAR_MAP.put("build.brand", new StaticVarGetter(Long.toString(Build.TIME)));
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
badges.jd 13 <p>?? Google Play ??????????????????<a href="{@docRoot}distribute/tools/promote/brand.html#brand-google_play">????</a>?</p>
50 var imagePath = "/images/brand/"
253 <label for="ws"><img src="{@docRoot}images/brand/en_app_rgb_wo_45.png" alt="???? Android ?? Google Play?????" /></label>
256 <label for="wm"><img src="{@docRoot}images/brand/en_app_rgb_wo_60.png" alt="???? Android ?? Google Play?????" /></label>
261 <label for="ns"><img src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" alt="???? Google Play?????" /></label>
264 <label for="nm"><img src="{@docRoot}images/brand/en_generic_rgb_wo_60.png" alt="???? Google Play?????" /></label>
  /frameworks/base/docs/html/training/material/
theme.jd 31 according to your brand identity with a color palette you control. You can tint the action bar and
76 <p style="margin-bottom:30px">To customize the theme's base colors to fit your brand, define
104 color that fits your brand and provides enough contrast to show the white status icons. To
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
datastore_test_util.py 56 Every time a new test is created, it is necessary to run with a brand new
  /external/guice/extensions/service/src/com/google/inject/service/
Service.java 58 * values, or null if this is a brand new object, i.e., has not been put into
  /external/harfbuzz_ng/docs/
usermanual-buffers-language-script-and-direction.xml 56 Now we have a brand new Harfbuzz buffer. Let's start filling it
  /external/webrtc/webrtc/modules/audio_device/android/
build_info.h 34 // Consumer-visible brand (e.g. "google").
  /frameworks/base/docs/html/design/patterns/
new.jd 37 customize the look of your app to reinforce your brand.
41 Use your brand color for accent by overriding the Android framework's default
52 these and other pointers on how to incorporate elements of your brand into your
63 might not have mixed well with your brand's color(s).
  /frameworks/base/docs/html/distribute/googleplay/
cast.jd 41 the <a href="https://developers.google.com/cast/docs/ux_guidelines#brand-guidelines">Google
  /frameworks/base/docs/html/distribute/stories/apps/
el-mundo.jd 43 brand new internal development framework that they now use consistently
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd 84 <li>Promote the brand and tell the story of the app.</li>
89 <h3 id="promoting_brand_story">Promote the brand story</h3>
91 <p>App launcher icons are an opportunity to showcase the brand and hint at the story of what your
96 <li>Use a color scheme that suits your brand.</li>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 104 xml.attribute(null, "brand", Build.BRAND);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
plugin.xml 20 name="eclipse.brand"
25 name="eclipse.brand.p2.artifacts"
  /frameworks/base/docs/html/distribute/essentials/
essentials_toc.cs 50 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/brand.html" zh-cn-lang="????">
51 <span class="en">Brand Guidelines</span></a>
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
LocEngAdapter.cpp 105 char brand[PROPERTY_VALUE_MAX]; local
114 property_get("ro.product.brand", brand, defVal);
121 encodeInPlace(brand, PROPERTY_VALUE_MAX);
125 mContext->getIzatDevId(), chipsetsn, brand);
  /external/libchrome/base/
cpu.cc 181 const std::string& brand() const { return brand_; } function in class:base::__anon15689::LazyCpuInfoValue
256 // Get the brand string of the cpu.
279 cpu_brand_.assign(g_lazy_cpuinfo.Get().brand());
  /build/tools/
buildinfo.sh 30 echo "ro.product.brand=$PRODUCT_BRAND"

Completed in 3983 milliseconds

12 3 4 5 6 7 8 91011>>