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()
957 public String getKeyId(WifiEnterpriseConfig current) { in getKeyId() method in WifiEnterpriseConfig960 return (current != null) ? current.getKeyId(null) : EMPTY_VALUE; in getKeyId()
1683 trimStringForKeyId(enterpriseConfig.getKeyId(current != null ? in getKeyIdForCredentials()
421 public byte[] getKeyId() { return mKeyId; }
20862 method public byte[] getKeyId();
22391 method public byte[] getKeyId();
20936 method public byte[] getKeyId();