Searched refs:mKeysKeptForRemoteInputHistory (Results 1 – 1 of 1) sorted by relevance
105 protected final ArraySet<String> mKeysKeptForRemoteInputHistory = new ArraySet<>(); field in NotificationRemoteInputManager477 if (mKeysKeptForRemoteInputHistory.contains(key)) { in onPerformRemoveNotification()478 mKeysKeptForRemoteInputHistory.remove(key); in onPerformRemoveNotification()497 return mKeysKeptForRemoteInputHistory.contains(key); in isNotificationKeptForRemoteInputHistory()576 pw.println(mKeysKeptForRemoteInputHistory); in dump()643 mKeysKeptForRemoteInputHistory.add(entry.key); in setShouldManageLifetime()645 mKeysKeptForRemoteInputHistory.remove(entry.key); in setShouldManageLifetime()681 mKeysKeptForRemoteInputHistory.add(entry.key); in setShouldManageLifetime()683 mKeysKeptForRemoteInputHistory.remove(entry.key); in setShouldManageLifetime()