Searched defs:auth (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/obex/javax/obex/ |
D | SessionNotifier.java | 127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException; in acceptAndOpen()
|
D | ClientSession.java | 275 public void setAuthenticator(Authenticator auth) throws IOException { in setAuthenticator()
|
D | ServerSession.java | 71 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothServerSocket.java | 76 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket()
|
D | BluetoothSocket.java | 124 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() 169 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
|
D | BluetoothAdapter.java | 974 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
|
/frameworks/base/core/jni/ |
D | android_bluetooth_BluetoothSocket.cpp | 97 jboolean auth; in initSocketNative() local 344 jboolean auth; in acceptNative() local
|
/frameworks/base/core/java/android/content/ |
D | ContentResolver.java | 915 String auth = uri.getAuthority(); in acquireProvider() local 934 String auth = uri.getAuthority(); in acquireExistingProvider() local
|