Searched refs:deleteProfile (Results 1 – 15 of 15) sorted by relevance
102 () -> mProfileStore.deleteProfile(PROFILE_TEST_NAME)); in testDeleteProfile()105 Assert.assertFalse(mProfileStore.deleteProfile("Not-Found")); in testDeleteProfile()110 () -> mProfileStore.deleteProfile(Profile.DEFAULT_PROFILE_NAME)); in testDeleteProfile()
98 public boolean deleteProfile(@NonNull String name) throws IllegalStateException { in deleteProfile() method in ProfileStoreImpl101 return mProfileStoreImpl.deleteProfile(name); in deleteProfile()
121 boolean deleteProfile(@NonNull String name); in deleteProfile() method
40 …orcement="androidx.webkit.WebViewFeature#isFeatureSupported") public boolean deleteProfile(String);
91 …orcement="androidx.webkit.WebViewFeature#isFeatureSupported") public boolean deleteProfile(String);
108 …orcement="androidx.webkit.WebViewFeature#isFeatureSupported") public boolean deleteProfile(String);