Searched refs:Authenticator (Results 1 – 6 of 6) sorted by relevance
23 private Authenticator mAuthenticator;27 mAuthenticator = new Authenticator(this); in onCreate()
22 import javax.obex.Authenticator;25 class BluetoothPbapObexAuthenticator implements Authenticator {
27 public class Authenticator extends AbstractAccountAuthenticator { class30 public Authenticator(Context context) { in Authenticator() method in Authenticator
49 class Authenticator extends AbstractAccountAuthenticator { class in AuthenticatorService51 public Authenticator(Context context) { in Authenticator() method in AuthenticatorService.Authenticator160 return new Authenticator(this).getIBinder(); in onBind()
39 import javax.obex.Authenticator;46 public class BluetoothPbapAuthenticator implements Authenticator {
63 import javax.obex.Authenticator;571 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) in acceptAndOpen()