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

1 2 3

  /compatibility/cdd/9_security-model/
9_15_subscription-plans.md 4 by a mobile carrier through [`SubscriptionManager.setSubscriptionPlans()`](https://developer.android.com/reference/android/telephony/SubscriptionManager.html#setSubscriptionPlans%28int, java.util.List<android.telephony.SubscriptionPlan>%29).
8 * [C-0-1] MUST return subscription plans only to the mobile carrier app that
12 from the mobile carrier app currently providing valid subscription plans.
  /device/google/cuttlefish/vsoc_x86/tablet_3g/
device.mk 21 PRODUCT_MODEL := Cuttlefish x86 tablet mobile
  /device/google/cuttlefish/vsoc_x86_64/tablet_3g/
device.mk 22 PRODUCT_MODEL := Cuttlefish x86_64 tablet mobile
  /prebuilts/go/darwin-x86/src/runtime/
os_android.go 12 // loaded via JNI. See golang.org/x/mobile/app.
  /prebuilts/go/linux-x86/src/runtime/
os_android.go 12 // loaded via JNI. See golang.org/x/mobile/app.
  /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
140 webkit: 0, property in class:org.antlr.env.ua.o
  /external/python/cpython2/Lib/plat-mac/Carbon/
Fonts.py 59 mobile = kFontIDMobile variable
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowConnectivityManager.java 45 NetworkInfo mobile = ShadowNetworkInfo.newInstance(NetworkInfo.DetailedState.CONNECTED, local
47 networkTypeToNetworkInfo.put(ConnectivityManager.TYPE_MOBILE, mobile);
49 this.activeNetworkInfo = mobile;
55 netIdToNetworkInfo.put(NET_ID_MOBILE, mobile);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
Fonts.py 59 mobile = kFontIDMobile variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Fonts.py 59 mobile = kFontIDMobile variable
  /external/protobuf/examples/
add_person_test.go 18 mobile
add_person.go 64 fmt.Print("Is this a mobile, home, or work phone? ")
73 case "mobile":
  /packages/apps/TV/tests/input/tools/
get_test_logos.sh 30 medical mobile motorcycle music parking
  /external/doclava/res/assets/templates-sdk/
customizations.cs 80 <div class="col-3 dac-toggle dac-mobile" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
116 <div class="col-1of2 col-tablet-1of2 col-mobile-1of1">
121 <div class="col-1of2 col-tablet-1of2 col-mobile-1of1">
138 <div id="dac-search-results-reference" class="col-3of6 col-tablet-1of2 col-mobile-1of1">
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowConnectivityManagerTest.java 62 NetworkInfo mobile = connectivityManager.getNetworkInfo(ConnectivityManager.TYPE_MOBILE); local
63 assertThat(mobile.getDetailedState()).isEqualTo(NetworkInfo.DetailedState.CONNECTED);
  /external/tcpdump/
Android.mk 102 print-mobile.c \
  /prebuilts/go/darwin-x86/misc/ios/
detect.go 30 fail("did not find mobile provision matching device udid %s", udid)
  /prebuilts/go/linux-x86/misc/ios/
detect.go 30 fail("did not find mobile provision matching device udid %s", udid)
  /external/libvncserver/webclients/novnc/
README.md 8 including mobile browsers (iPhone/iPad and Android).
47 * Supports all modern browsers including mobile (iOS, Android)
  /external/tcpdump/win32/prj/
GNUmakefile 98 ../../print-mobile.o \
  /frameworks/base/tests/net/java/com/android/server/connectivity/
VpnTest.java 440 final Network mobile = new Network(1); local
444 networks.put(mobile, new NetworkCapabilities()
470 Vpn.updateCapabilities(mConnectivityManager, new Network[] { mobile }, caps);
490 Vpn.updateCapabilities(mConnectivityManager, new Network[] { mobile, wifi }, caps);
  /build/make/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
  /compatibility/cdd/7_hardware-compatibility/
7_6_memory-and-storage.md 83 If the device is expected to be mobile in nature unlike Television,
  /prebuilts/go/darwin-x86/misc/android/
go_android_exec.go 65 // "$GOROOT/src/mime/multipart" or "$GOPATH/src/golang.org/x/mobile".

Completed in 1383 milliseconds

1 2 3