Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java84 /*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()
DBluetoothSocket.java149 /*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()
DBluetoothAdapter.java1025 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
/frameworks/base/obex/javax/obex/
DSessionNotifier.java127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException; in acceptAndOpen()
DClientSession.java275 public void setAuthenticator(Authenticator auth) throws IOException { in setAuthenticator()
DServerSession.java71 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
/frameworks/base/core/java/android/content/
DContentResolver.java1052 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/
DContextImpl.java1986 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()
DActivityThread.java4448 Context c, String auth, int userId, boolean stable) { in acquireProvider()
4545 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()