Searched refs:cbHandler (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContext1Test.java331 public CallbackHandler cbHandler; field in class:LoginContext1Test.TestLoginModule
468 this.cbHandler = callbackHandler;
707 // This also shows that the cbHandler is instantiated at the ctor
1973 if (cbHandler != null) {
1975 cbHandler.handle(null);
2027 //CallbackHandler cbHandler = new TestCallbackHandler_Contexted();
2089 assertNotNull(TestLoginModule_Contexted.item().cbHandler);
2091 TestLoginModule_Contexted.item().cbHandler);
2099 TestLoginModule_Contexted.item().cbHandler);

Completed in 30 milliseconds