Searched refs:excludedKeys (Results 1 – 3 of 3) sorted by relevance
62 Set<String> excludedKeys = in testGetExcludedKeysForPackage_returnsExcludedKeys() local64 assertTrue(excludedKeys.containsAll(EXCLUDED_KEYS_1)); in testGetExcludedKeysForPackage_returnsExcludedKeys()65 assertTrue(excludedKeys.containsAll(EXCLUDED_KEYS_2)); in testGetExcludedKeysForPackage_returnsExcludedKeys()
98 int token, IBackupManager callbackBinder, in List<String> excludedKeys); in doRestoreWithExcludedKeys() argument
349 Set<String> excludedKeys) in onRestore() argument1053 List<String> excludedKeys) throws RemoteException { in doRestoreWithExcludedKeys() argument1054 doRestoreInternal(data, appVersionCode, newState, token, callbackBinder, excludedKeys); in doRestoreWithExcludedKeys()1059 List<String> excludedKeys) throws RemoteException { in doRestoreInternal() argument1072 excludedKeys != null ? new HashSet<>(excludedKeys) in doRestoreInternal()