Searched refs:activeNetworkIsCellular (Results 1 – 5 of 5) sorted by relevance
408 assertTrue(MobileNetworkUtils.activeNetworkIsCellular(mContext)); in isCellularNetwork_withCellularNetwork_returnTrue()415 assertFalse(MobileNetworkUtils.activeNetworkIsCellular(mContext)); in isCellularNetwork_withWifiNetwork_returnFalse()
105 return MobileNetworkUtils.activeNetworkIsCellular(mContext); in isDataSimActive()
573 return MobileNetworkUtils.activeNetworkIsCellular(context); in isActiveCellularNetwork()
633 MobileNetworkUtils.activeNetworkIsCellular(context), in convertToMobileNetworkInfoEntity()
924 public static boolean activeNetworkIsCellular(Context context) { in activeNetworkIsCellular() method in MobileNetworkUtils