Searched defs:networkType (Results 1 – 8 of 8) sorted by relevance
31 public void setNetworkSupported(int networkType, boolean supported) { in setNetworkSupported()36 public 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
59 final int networkType = networkInfo.getType(); in log() local
89 private int getIconId(int networkType) { in getIconId()
743 int networkType = (Integer) request.argument; in handleMessage() local2902 int networkType = (result != null ? result[0] : -1); in getPreferredNetworkType() local2915 public boolean setPreferredNetworkType(int subId, int networkType) { in setPreferredNetworkType()2923 Settings.Global.PREFERRED_NETWORK_MODE + subId, networkType); in setPreferredNetworkType() local
131 int networkType = JobInfo.NETWORK_TYPE_ANY; in scheduleJob() local