Searched refs:wepKeys (Results 1 – 3 of 3) sorted by relevance
38 wifiConfiguration.wepKeys[0] = "0"; in shouldCopy()39 wifiConfiguration.wepKeys[1] = "1"; in shouldCopy()40 wifiConfiguration.wepKeys[2] = "2"; in shouldCopy()41 wifiConfiguration.wepKeys[3] = "3"; in shouldCopy()58 assertThat(copy.wepKeys[0], equalTo("0")); in shouldCopy()59 assertThat(copy.wepKeys[1], equalTo("1")); in shouldCopy()60 assertThat(copy.wepKeys[2], equalTo("2")); in shouldCopy()61 assertThat(copy.wepKeys[3], equalTo("3")); in shouldCopy()
24 realObject.wepKeys = new String[4]; in __constructor__()25 for (int i = 0; i < realObject.wepKeys.length; i++) in __constructor__()26 realObject.wepKeys[i] = null; in __constructor__()47 config.wepKeys = new String[4]; in copy()48 System.arraycopy(realObject.wepKeys, 0, config.wepKeys, 0, config.wepKeys.length); in copy()
331 String[] wepKeys = new String[keys.length()]; in genWifiConfig() local333 wepKeys[i] = keys.getString(i); in genWifiConfig()335 config.wepKeys = wepKeys; in genWifiConfig()