Searched refs:mAuth (Results 1 – 4 of 4) 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()
107 @NonNull final SuccessfulAuth mAuth; field in CoexCoordinator.SuccessfulAuth.CleanupRunnable113 mAuth = auth; in CleanupRunnable()119 final boolean removed = mSuccessfulAuths.remove(mAuth); in run()120 Slog.w(TAG, "Removing stale successfulAuth: " + mAuth.toString() in run()
128 private final boolean mAuth; field in BluetoothSocket219 mAuth = auth; in BluetoothSocket()244 mAuth = s.mAuth; in BluetoothSocket()307 if (mAuth) { in getSecurityFlags()
10824 Landroid/bluetooth/BluetoothSocket;->mAuth:Z