Searched refs:getKeyId (Results 1 – 7 of 7) sorted by relevance
247 public void getKeyId() { in getKeyId() method in WifiEnterpriseConfigTest248 assertEquals("NULL", mEnterpriseConfig.getKeyId(null)); in getKeyId()252 assertEquals("TTLS_GTC", mEnterpriseConfig.getKeyId(enterpriseConfig)); in getKeyId()255 assertEquals("PEAP_MSCHAPV2", mEnterpriseConfig.getKeyId(enterpriseConfig)); in getKeyId()
949 public String getKeyId(WifiEnterpriseConfig current) { in getKeyId() method in WifiEnterpriseConfig952 return (current != null) ? current.getKeyId(null) : EMPTY_VALUE; in getKeyId()
1663 trimStringForKeyId(enterpriseConfig.getKeyId(current != null ? in getKeyIdForCredentials()
421 public byte[] getKeyId() { return mKeyId; }
20762 method public byte[] getKeyId();
22282 method public byte[] getKeyId();
20831 method public byte[] getKeyId();