Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java85 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket()
105 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket()
125 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
DBluetoothSocket.java163 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
182 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
263 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
DBluetoothAdapter.java1628 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.java325 public void setAuthenticator(Authenticator auth) throws IOException { in setAuthenticator()
DServerSession.java74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
/frameworks/base/core/java/android/content/
DContentProvider.java1845 String auth = uri.getAuthority(); in validateIncomingUri() local
1864 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority()
1878 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority()
1899 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
DContentResolver.java1419 final String auth = uri.getAuthority(); in acquireProvider() local
1438 final String auth = uri.getAuthority(); in acquireExistingProvider() local
1466 String auth = uri.getAuthority(); in acquireUnstableProvider() local
DIntentFilter.java1090 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
/frameworks/base/core/java/android/app/
DContextImpl.java1998 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider()
2005 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider()
2017 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider()
2039 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
DActivityThread.java4764 Context c, String auth, int userId, boolean stable) { in acquireProvider()
4863 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java2892 IntentFilter.AuthorityEntry auth = tmpPa.getDataAuthority(iauth); in applyDefaultPreferredActivityLPw() local
2962 IntentFilter.AuthorityEntry auth, PatternMatcher path, int userId) { in applyDefaultPreferredActivityLPw()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2271 int auth; field in WifiNative.WifiPnoNetwork