Searched refs:mAuth (Results 1 – 3 of 3) sorted by relevance
32 private ArrayMap<Integer, ArrayList<Pair<byte[], byte[]>>> mAuth = new ArrayMap<>(); field in FakeStorageManager49 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId); in fixateNewestUserKeyAuth()56 if (!mAuth.containsKey(userId)) { in getUserAuth()59 mAuth.put(userId, auths); in getUserAuth()61 return mAuth.get(userId); in getUserAuth()
126 private final boolean mAuth; field in BluetoothSocket214 mAuth = auth; in BluetoothSocket()239 mAuth = s.mAuth; in BluetoothSocket()302 if (mAuth) { in getSecurityFlags()
10833 Landroid/bluetooth/BluetoothSocket;->mAuth:Z