Searched refs:mKeysKeptForRemoteInputHistory (Results 1 – 1 of 1) sorted by relevance
104 protected final ArraySet<String> mKeysKeptForRemoteInputHistory = new ArraySet<>(); field in NotificationRemoteInputManager514 if (mKeysKeptForRemoteInputHistory.contains(key)) { in onPerformRemoveNotification()515 mKeysKeptForRemoteInputHistory.remove(key); in onPerformRemoveNotification()534 return mKeysKeptForRemoteInputHistory.contains(key); in isNotificationKeptForRemoteInputHistory()622 pw.println(mKeysKeptForRemoteInputHistory); in dump()700 mKeysKeptForRemoteInputHistory.add(entry.getKey()); in setShouldManageLifetime()702 mKeysKeptForRemoteInputHistory.remove(entry.getKey()); in setShouldManageLifetime()738 mKeysKeptForRemoteInputHistory.add(entry.getKey()); in setShouldManageLifetime()740 mKeysKeptForRemoteInputHistory.remove(entry.getKey()); in setShouldManageLifetime()