Searched refs:getKeyId (Results 1 – 6 of 6) sorted by relevance
408 public void getKeyId() { in getKeyId() method in WifiEnterpriseConfigTest409 assertEquals("NULL", mEnterpriseConfig.getKeyId(null)); in getKeyId()413 assertEquals("TTLS_GTC", mEnterpriseConfig.getKeyId(enterpriseConfig)); in getKeyId()416 assertEquals("PEAP_MSCHAPV2", mEnterpriseConfig.getKeyId(enterpriseConfig)); in getKeyId()
1011 public String getKeyId(WifiEnterpriseConfig current) { in getKeyId() method in WifiEnterpriseConfig1014 return (current != null) ? current.getKeyId(null) : EMPTY_VALUE; in getKeyId()
1736 trimStringForKeyId(enterpriseConfig.getKeyId(current != null ? in getKeyIdForCredentials()
422 public byte[] getKeyId() { return mKeyId; }
22367 method public byte[] getKeyId();
24209 method public byte[] getKeyId();