Searched refs:isWifiDirectAllowed (Results 1 – 2 of 2) sorted by relevance
83 assertThat(WifiEnterpriseRestrictionUtils.isWifiDirectAllowed(mContext)).isFalse(); in isWifiDirectAllowed_hasDisallowRestriction_shouldReturnFalse()90 assertThat(WifiEnterpriseRestrictionUtils.isWifiDirectAllowed(mContext)).isTrue(); in isWifiDirectAllowed_noDisallowRestriction_shouldReturnTrue()
50 public static boolean isWifiDirectAllowed(Context context) { in isWifiDirectAllowed() method in WifiEnterpriseRestrictionUtils