Searched refs:mKeysKeptForRemoteInputHistory (Results 1 – 1 of 1) sorted by relevance
104 protected final ArraySet<String> mKeysKeptForRemoteInputHistory = new ArraySet<>(); field in NotificationRemoteInputManager461 if (mKeysKeptForRemoteInputHistory.contains(key)) { in onPerformRemoveNotification()462 mKeysKeptForRemoteInputHistory.remove(key); in onPerformRemoveNotification()481 return mKeysKeptForRemoteInputHistory.contains(key); in isNotificationKeptForRemoteInputHistory()560 pw.println(mKeysKeptForRemoteInputHistory); in dump()627 mKeysKeptForRemoteInputHistory.add(entry.key); in setShouldManageLifetime()629 mKeysKeptForRemoteInputHistory.remove(entry.key); in setShouldManageLifetime()665 mKeysKeptForRemoteInputHistory.add(entry.key); in setShouldManageLifetime()667 mKeysKeptForRemoteInputHistory.remove(entry.key); in setShouldManageLifetime()