HomeSort by relevance Sort by last modified time
    Searched refs:mobileConnected (Results 1 - 3 of 3) sorted by null

  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/networkbasic/
MainActivity.java 47 private static boolean mobileConnected = false;
100 mobileConnected = activeInfo.getType() == ConnectivityManager.TYPE_MOBILE;
103 } else if (mobileConnected){
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 73 private static boolean mobileConnected = false;
126 // Checks the network connection and sets the wifiConnected and mobileConnected
135 mobileConnected = activeInfo.getType() == ConnectivityManager.TYPE_MOBILE;
138 mobileConnected = false;
147 if (((sPref.equals(ANY)) && (wifiConnected || mobileConnected))
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 73 private static boolean mobileConnected = false;
126 // Checks the network connection and sets the wifiConnected and mobileConnected
135 mobileConnected = activeInfo.getType() == ConnectivityManager.TYPE_MOBILE;
138 mobileConnected = false;
147 if (((sPref.equals(ANY)) && (wifiConnected || mobileConnected))

Completed in 150 milliseconds