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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DAuthenticationService.java23 private Authenticator mAuthenticator;
27 mAuthenticator = new Authenticator(this);
H A DBluetoothPbapObexAuthenticator.java22 import javax.obex.Authenticator;
25 class BluetoothPbapObexAuthenticator implements Authenticator {
H A DAuthenticator.java27 public class Authenticator extends AbstractAccountAuthenticator { class in inherits:AbstractAccountAuthenticator
30 public Authenticator(Context context) { method in class:Authenticator
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapAuthenticator.java39 import javax.obex.Authenticator;
46 public class BluetoothPbapAuthenticator implements Authenticator {
/packages/apps/Email/provider_src/com/android/email/service/
H A DAuthenticatorService.java49 class Authenticator extends AbstractAccountAuthenticator { class in class:AuthenticatorService
51 public Authenticator(Context context) { method in class:AuthenticatorService.Authenticator
160 return new Authenticator(this).getIBinder();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java63 import javax.obex.Authenticator;
571 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth)

Completed in 293 milliseconds