Home
last modified time | relevance | path

Searched refs:notifyChange (Results 1 – 4 of 4) sorted by relevance

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DDatabaseContentProvider.java243 getContext().getContentResolver().notifyChange(uri, null); in delete()
289 getContext().getContentResolver().notifyChange(uri, null); in insert()
372 getContext().getContentResolver().notifyChange(uri, null); in update()
399 getContext().getContentResolver().notifyChange(uri, null); in bulkInsert()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java222 notifyChange(); in changeCurrent()
226 private void notifyChange() { in notifyChange() method in NumberPicker
251 notifyChange(); in validateCurrentView()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java355 contentResolver.notifyChange(Uri.parse("foo"), null, true); in shouldTrackNotifiedUris()
356 contentResolver.notifyChange(Uri.parse("bar"), null); in shouldTrackNotifiedUris()
677 contentResolver.notifyChange(EXTERNAL_CONTENT_URI, null); in shouldRegisterContentObservers()
695 contentResolver.notifyChange(EXTERNAL_CONTENT_URI, null); in shouldUnregisterContentObservers()
710 contentResolver.notifyChange(childUri, null); in shouldNotifyChildContentObservers()
715 contentResolver.notifyChange(EXTERNAL_CONTENT_URI, null); in shouldNotifyChildContentObservers()
720 contentResolver.notifyChange(childUri.buildUpon().appendPath("extra").build(), null); in shouldNotifyChildContentObservers()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java414 protected void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
428 protected void notifyChange(Uri uri, ContentObserver observer) {
429 notifyChange(uri, observer, false);