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()
94 int token, IBackupManager callbackBinder, in List<String> excludedKeys); in doRestoreWithExcludedKeys() argument
377 Set<String> excludedKeys) in onRestore() argument1106 List<String> excludedKeys) throws RemoteException { in doRestoreWithExcludedKeys() argument1107 doRestoreInternal(data, appVersionCode, newState, token, callbackBinder, excludedKeys); in doRestoreWithExcludedKeys()1112 List<String> excludedKeys) throws RemoteException { in doRestoreInternal() argument1125 excludedKeys != null ? new HashSet<>(excludedKeys) in doRestoreInternal()