INNER CODE UNIT · Java
notifyChange
oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:51
public void notifyChange(Uri uri, ContentObserver observer) {
throw new RuntimeException("Stub!");
}
public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
throw new RuntimeException("Stub!");
}
public void notifyChange(Uri uri, ContentObserver observer, int flags) {
throw new RuntimeException("Stub!");
}
public void takePersistableUriPermission(Uri uri, int modeFlags) {
throw new RuntimeException("Stub!");
}
public void releasePersistableUriPermission(Uri uri, int modeFlags) {
throw new RuntimeException("Stub!");