Home
last modified time | relevance | path

Searched refs:remainingKeys (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
DBmgr.java1131 Set<String> remainingKeys = new ArraySet<>(event.keySet()); in onEvent() local
1132 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_ID); in onEvent()
1133 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_CATEGORY); in onEvent()
1134 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_NAME); in onEvent()
1135 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_LONG_VERSION); in onEvent()
1136 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_EVENT_PACKAGE_VERSION); in onEvent()
1137 remainingKeys.remove(BackupManagerMonitor.EXTRA_LOG_AGENT_LOGGING_RESULTS); in onEvent()
1138 if (!remainingKeys.isEmpty()) { in onEvent()
1140 for (String key : remainingKeys) { in onEvent()