OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mobileConnected
(Results
1 - 5
of
5
) sorted by null
/developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
MainActivity.java
47
private static boolean
mobileConnected
= false;
100
mobileConnected
= activeInfo.getType() == ConnectivityManager.TYPE_MOBILE;
103
} else if (
mobileConnected
){
/developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
MainActivity.java
47
private static boolean
mobileConnected
= false;
100
mobileConnected
= activeInfo.getType() == ConnectivityManager.TYPE_MOBILE;
103
} else if (
mobileConnected
){
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
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 901 milliseconds