Searched refs:removeByPrefix (Results 1 – 4 of 4) sorted by relevance
175 assertThrows(NullPointerException.class, () -> mDatastore.removeByPrefix(null)); in testNullOrEmptyKeyFails()177 assertThrows(IllegalArgumentException.class, () -> mDatastore.removeByPrefix("")); in testNullOrEmptyKeyFails()482 mDatastore.removeByPrefix(TEST_KEY + 0); in testRemovePrefix()
259 mDatastore.removeByPrefix(packageName + DATASTORE_KEY_SEPARATOR); in clearConsentForUninstalledApp()
417 public void removeByPrefix(String prefix) throws IOException { in removeByPrefix() method in BooleanFileDatastore
538 verify(mDatastoreSpy).removeByPrefix(any()); in testClearAllConsentForUninstalledApp()