Searched defs:networkType (Results 1 – 9 of 9) sorted by relevance
33 public void setNetworkSupported(int networkType, boolean supported) { in setNetworkSupported()38 protected boolean isNetworkSupported(int networkType) { in isNetworkSupported()
73 @NetworkType String networkType = getNetworkType(netInfo); in getCurrentNetworkTypeName() local95 public static boolean isNetworkTypeMobile(@NetworkType String networkType) { in isNetworkTypeMobile()103 @NetworkType String networkType = getCurrentNetworkType(context); in getCurrentNetworkName() local
97 public void onConnectivityRestored(int networkType) { in onConnectivityRestored()105 public void onConnectivityLost(int networkType) { in onConnectivityLost()
169 int networkType = EmailConnectivityManager.getActiveNetworkType(context); in AttachmentInfo() local
118 int networkType, in scheduleAJob()305 public final int networkType; field in JobSchedulerWrapper.ExtendedJobInfo310 int networkType, in ExtendedJobInfo()
127 String networkType = getNetworkType(networkReq); in setNetworkColoredText() local
70 final int networkType = networkInfo.getType(); in log() local
2290 TelephonyManager tm, int subId, int networkType, Message callback) { in SetPreferredNetworkAsyncTask()
740 int networkType = (Integer) request.argument; in handleMessage() local4572 int networkType = (result != null ? result[0] : -1); in getPreferredNetworkType() local4588 public boolean setPreferredNetworkType(int subId, int networkType) { in setPreferredNetworkType()4600 Settings.Global.PREFERRED_NETWORK_MODE + subId, networkType); in setPreferredNetworkType() local