Home
last modified time | relevance | path

Searched refs:getKeyId (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java247 public void getKeyId() { in getKeyId() method in WifiEnterpriseConfigTest
248 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()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java957 public String getKeyId(WifiEnterpriseConfig current) { in getKeyId() method in WifiEnterpriseConfig
960 return (current != null) ? current.getKeyId(null) : EMPTY_VALUE; in getKeyId()
DWifiConfiguration.java1683 trimStringForKeyId(enterpriseConfig.getKeyId(current != null ? in getKeyIdForCredentials()
/frameworks/base/media/java/android/media/
DMediaDrm.java421 public byte[] getKeyId() { return mKeyId; }
/frameworks/base/api/
Dcurrent.txt20862 method public byte[] getKeyId();
Dsystem-current.txt22391 method public byte[] getKeyId();
Dtest-current.txt20936 method public byte[] getKeyId();