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()
97 int token, IBackupManager callbackBinder, in List<String> excludedKeys); in doRestoreWithExcludedKeys() argument
411 Set<String> excludedKeys) in onRestore() argument1152 List<String> excludedKeys) throws RemoteException { in doRestoreWithExcludedKeys() argument1153 doRestoreInternal(data, appVersionCode, newState, token, callbackBinder, excludedKeys); in doRestoreWithExcludedKeys()1158 List<String> excludedKeys) throws RemoteException { in doRestoreInternal() argument1171 excludedKeys != null ? new HashSet<>(excludedKeys) in doRestoreInternal()