Searched refs:getKeyId (Results 1 – 8 of 8) 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()
81 when(mWifiEnterpriseConfig.getKeyId(any())).thenReturn(TEST_KEY_ID); in setUp()
1025 public String getKeyId(WifiEnterpriseConfig current) { in getKeyId() method in WifiEnterpriseConfig1028 return (current != null) ? current.getKeyId(null) : EMPTY_VALUE; in getKeyId()
2118 + trimStringForKeyId(enterpriseConfig.getKeyId(current != null in getKeyIdForCredentials()
589 public byte[] getKeyId() { return mKeyId; }
25113 method @NonNull public byte[] getKeyId();
25137 method @NonNull public byte[] getKeyId();
47225 Landroid/net/wifi/WifiEnterpriseConfig;->getKeyId(Landroid/net/wifi/WifiEnterpriseConfig;)Ljava/lan…