HomeSort by relevance Sort by last modified time
    Searched refs:mobile (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.js 5 cr.define('mobile', function() {
20 $('no-mobile-networks').hidden = false;
47 $('no-mobile-networks').hidden = true;
95 var ChooseNetwork = mobile.ChooseNetwork;
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 143 * The mobile property will be set to a string containing any relevant
144 * user agent information when a modern mobile browser is detected.
147 * @property mobile
150 mobile: null,
183 // Mobile browser check
184 if (/ Mobile\//.test(ua)) {
185 o.mobile = "Apple"; // iPhone or iPod Touch
189 o.mobile = m[0]; // Nokia N-series, ex: NokiaN95
207 o.mobile = m[0]; // ex: Opera Mini/2.0.4509/1316
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Fonts.py 59 mobile = kFontIDMobile variable
  /external/chromium_org/third_party/libphonenumber/src/resources/
phonemetadata.proto 121 // fixed line and mobile numbers - if these types are missing in the XML
127 required PhoneNumberDesc mobile = 3;
195 // For example, mobile numbers in Argentina are written in two completely
203 // Specifies whether the mobile and fixed-line patterns are the same or not.
217 // and NATIONAL format. A case in point is mobile numbers in Argentina:
  /external/tcpdump/
Android.mk 70 print-mobile.c\
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
scroll.js 141 // -1 to allow for rounding errors on scaled viewports (like mobile).
163 // -1 to allow for rounding errors on scaled viewports (like mobile).
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 864 const DeviceState* mobile = local
866 if (!mobile) {
867 LOG(ERROR) << "Mobile device not found.";
870 if (!mobile->sim_lock_type().empty() || mobile->IsSimAbsent()) {
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 12 var isMobile = false; // true if mobile, so we can adjust some layout
29 // If a mobile phone, set flag and do mobile setup
30 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod
36 // If not a mobile browser, set the onresize event for IE6, and others
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 12 var isMobile = false; // true if mobile, so we can adjust some layout
29 // If a mobile phone, set flag and do mobile setup
30 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod
36 // If not a mobile browser, set the onresize event for IE6, and others
  /build/tools/droiddoc/templates-ds/
customizations.cs 291 // init nav version for mobile
293 swapNav(); // tree view should be used on mobile
  /build/tools/droiddoc/templates-sdk/
customizations.cs 294 // init nav version for mobile
296 swapNav(); // tree view should be used on mobile
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_unittest.cc 304 EXPECT_EQ(BookmarkNode::MOBILE, mobile_node->type());
959 TestNode mobile; local
    [all...]
  /build/tools/droiddoc/templates-sac/
customizations.cs 292 // init nav version for mobile
294 swapNav(); // tree view should be used on mobile
  /build/tools/droiddoc/templates-pdk/
customizations.cs 107 swapNav(); // tree view should be used on mobile
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 13 % 'apmm' The mobile APM test set.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 302 // normal mobile data
342 // Normal mobile data
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 90 // number when dialed from a mobile phone in Colombia.
137 case PhoneNumberUtil::MOBILE:
138 return &metadata.mobile();
259 VLOG(4) << "Fixed-line and mobile patterns equal, number is fixed-line"
260 << " or mobile";
262 } else if (IsNumberMatchingDesc(national_number, metadata.mobile(),
264 VLOG(4) << "Fixed-line and mobile patterns differ, but number is "
265 << "still fixed-line or mobile";
271 // Otherwise, test to see if the number is mobile. Only do this if certain
272 // that the patterns for mobile and fixed line aren't the same
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 453 * @return {string} Device type ('usb'|'sd'|'optical'|'mobile'|'unknown')
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/chromium_org/chrome/browser/resources/history/
history.js 49 * Returns true if the mobile (non-desktop) version is being shown.
50 * @return {boolean} true if the mobile version is being shown.
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 8 var isMobile = false; // true if mobile, so we can adjust some layout
590 // If a mobile phone, set flag and do mobile setup
591 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 8 var isMobile = false; // true if mobile, so we can adjust some layout
665 // If a mobile phone, set flag and do mobile setup
666 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 8 var isMobile = false; // true if mobile, so we can adjust some layout
674 // If a mobile phone, set flag and do mobile setup
675 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod
    [all...]

Completed in 1136 milliseconds

1 2