Searched refs:isTetherAvailable (Results 1 – 7 of 7) sorted by relevance
66 assertThat(TetherUtil.isTetherAvailable(mContext)).isFalse(); in isTetherAvailable_supported_configDisallowed_hasUserRestriction_returnTrue()73 assertThat(TetherUtil.isTetherAvailable(mContext)).isFalse(); in isTetherAvailable_notSupported_configDisallowed_hasUserRestriction_returnTrue()80 assertThat(TetherUtil.isTetherAvailable(mContext)).isFalse(); in isTetherAvailable_supported_configAllowed_hasUserRestriction_returnTrue()87 assertThat(TetherUtil.isTetherAvailable(mContext)).isFalse(); in isTetherAvailable_notSupported_configAllowed_hasUserRestriction_returnFalse()94 assertThat(TetherUtil.isTetherAvailable(mContext)).isTrue(); in isTetherAvailable_supported_configDisallowed_noUserRestriction_returnTrue()101 assertThat(TetherUtil.isTetherAvailable(mContext)).isTrue(); in isTetherAvailable_notSupported_configDisallowed_noUserRestriction_returnTrue()108 assertThat(TetherUtil.isTetherAvailable(mContext)).isTrue(); in isTetherAvailable_supported_configAllowed_noUserRestriction_returnTrue()115 assertThat(TetherUtil.isTetherAvailable(mContext)).isFalse(); in isTetherAvailable_notSupported_configAllowed_noUserRestriction_returnFalse()
25 public static boolean isTetherAvailable(Context context) { in isTetherAvailable() method in TetherUtil
105 if (!TetherUtil.isTetherAvailable(mContext) in getAvailabilityStatus()
114 return TetherUtil.isTetherAvailable(mContext) in isAvailable()
240 if (!TetherUtil.isTetherAvailable(context)) {
419 if (!TetherUtil.isTetherAvailable(context)) {
587 if (!TetherUtil.isTetherAvailable(context)) {