Searched refs:mAuth (Results 1 – 2 of 2) sorted by relevance
32 private ArrayMap<Integer, ArrayList<Pair<byte[], byte[]>>> mAuth = new ArrayMap<>(); field in FakeStorageManager40 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId); in fixateNewestUserKeyAuth()47 if (!mAuth.containsKey(userId)) { in getUserAuth()50 mAuth.put(userId, auths); in getUserAuth()52 return mAuth.get(userId); in getUserAuth()
124 private final boolean mAuth; field in BluetoothSocket209 mAuth = auth; in BluetoothSocket()234 mAuth = s.mAuth; in BluetoothSocket()297 if (mAuth) { in getSecurityFlags()