HomeSort by relevance Sort by last modified time
    Searched defs:mobile (Results 1 - 7 of 7) sorted by null

  /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
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 373 // If we're dealing with a mobile network, then handle SIM lock here.
376 if (technology.MatchesPattern(NetworkTypePattern::Mobile())) {
377 const DeviceState* mobile = handler->GetDeviceStateByType(technology); local
378 if (!mobile) {
383 if (mobile->type() == shill::kTypeCellular) {
384 if (mobile->IsSimAbsent()) {
392 if (!mobile->sim_lock_type().empty()) {
420 // For non direct activation, show the mobile setup dialog which can be
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Fonts.py 59 mobile = kFontIDMobile variable
  /external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc 332 EXPECT_EQ(BookmarkNode::MOBILE, mobile_node->type());
991 TestNode mobile; local
    [all...]
  /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 

Completed in 505 milliseconds