Searched refs:mAuth (Results 1 – 2 of 2) sorted by relevance
44 private ArrayMap<Integer, ArrayList<Pair<byte[], byte[]>>> mAuth = new ArrayMap<>(); field in MockStorageManager55 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId); in fixateNewestUserKeyAuth()62 if (!mAuth.containsKey(userId)) { in getUserAuth()65 mAuth.put(userId, auths); in getUserAuth()67 return mAuth.get(userId); in getUserAuth()
116 private final boolean mAuth; field in BluetoothSocket197 mAuth = auth; in BluetoothSocket()221 mAuth = s.mAuth; in BluetoothSocket()280 if(mAuth) in getSecurityFlags()