Searched defs:auth (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothServerSocket.java | 84 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() 99 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
|
D | BluetoothSocket.java | 149 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() 215 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
|
D | BluetoothAdapter.java | 1025 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
|
/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/content/ |
D | ContentResolver.java | 1052 String auth = uri.getAuthority(); in acquireProvider() local 1071 String auth = uri.getAuthority(); in acquireExistingProvider() local 1099 String auth = uri.getAuthority(); in acquireUnstableProvider() local
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1986 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider() 1991 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider() 2001 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider()
|
D | ActivityThread.java | 4448 Context c, String auth, int userId, boolean stable) { in acquireProvider() 4545 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
|