Searched defs:deleteProperty (Results 1 – 8 of 8) sorted by relevance
34 public void deleteProperty(String property) throws Exception { in deleteProperty() method in DeviceConfigUtils
15 boolean deleteProperty(String namespace, String key); in deleteProperty() method
69 public boolean deleteProperty(@NonNull String namespace, @NonNull String name) { in deleteProperty() method in DeviceConfigManager
65 public boolean deleteProperty(@NonNull String namespace, @NonNull String name) { in deleteProperty() method in SettingsConfigDataStore
43 boolean deleteProperty(@NonNull String namespace, @NonNull String name); in deleteProperty() method
117 public boolean deleteProperty(@NonNull String namespace, @NonNull String name) { in deleteProperty() method in DeviceConfigServiceDataStore
1425 public static boolean deleteProperty(@NonNull String namespace, @NonNull String name) { in deleteProperty() method in DeviceConfig
68 public boolean deleteProperty(String namespace, String key) { in deleteProperty() method in DeviceConfigServiceImpl