OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authenticationfailed
(Results
1 - 5
of
5
) sorted by null
/external/smack/src/org/jivesoftware/smack/
BOSHPacketReader.java
114
connection.getSASLAuthentication().
authenticationFailed
();
SASLAuthentication.java
529
* @deprecated replaced by {@see #
authenticationFailed
(String)}.
531
void
authenticationFailed
() {
532
authenticationFailed
(null);
541
void
authenticationFailed
(String condition) {
SASLAuthentication.java.orig
529
* @deprecated replaced by {@see #
authenticationFailed
(String)}.
531
void
authenticationFailed
() {
532
authenticationFailed
(null);
541
void
authenticationFailed
(String condition) {
PacketReader.java
243
connection.getSASLAuthentication().
authenticationFailed
();
/external/chromium_org/remoting/host/
chromoting_host_unittest.cc
487
TEST_F(ChromotingHostTest,
AuthenticationFailed
) {
Completed in 197 milliseconds