Searched refs:getKeyId (Results 1 – 7 of 7) 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()
2117 + trimStringForKeyId(enterpriseConfig.getKeyId(current != null in getKeyIdForCredentials()
589 public byte[] getKeyId() { return mKeyId; }
24870 method @NonNull public byte[] getKeyId();
50626 Landroid/net/wifi/WifiEnterpriseConfig;->getKeyId(Landroid/net/wifi/WifiEnterpriseConfig;)Ljava/lan…