Searched refs:mBackupAgents (Results 1 – 1 of 1) sorted by relevance
189 final HashMap<String, BackupAgent> mBackupAgents = new HashMap<String, BackupAgent>(); field in ActivityThread2425 if (mBackupAgents.get(packageName) != null) { in handleCreateBackupAgent()2456 mBackupAgents.put(packageName, agent); in handleCreateBackupAgent()2486 BackupAgent agent = mBackupAgents.get(packageName); in handleDestroyBackupAgent()2494 mBackupAgents.remove(packageName); in handleDestroyBackupAgent()