HomeSort by relevance Sort by last modified time
    Searched refs:notifyChange (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 34 void GraphicsLayerTextureMapper::notifyChange(TextureMapperNode::ChangeMask changeMask)
64 notifyChange(TextureMapperNode::DisplayChange);
74 notifyChange(TextureMapperNode::DisplayChange);
81 notifyChange(TextureMapperNode::ParentChange);
89 notifyChange(TextureMapperNode::ChildrenChange);
97 notifyChange(TextureMapperNode::ChildrenChange);
106 notifyChange(TextureMapperNode::ChildrenChange);
114 notifyChange(TextureMapperNode::ChildrenChange);
123 notifyChange(TextureMapperNode::ChildrenChange);
131 notifyChange(TextureMapperNode::ChildrenChange)
    [all...]
GraphicsLayerTextureMapper.h 88 void notifyChange(TextureMapperNode::ChangeMask changeMask);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailAlbum.java 40 public void notifyChange() {
  /frameworks/base/core/java/android/database/
ContentObservable.java 84 public void notifyChange(boolean selfChange) {
  /packages/apps/Gallery2/src/com/android/photos/data/
NotificationWatcher.java 34 public void notifyChange(Uri uri, boolean syncToNetwork) {
SQLiteContentProvider.java 253 notifyChange(resolver, uri, syncToNetwork);
258 protected void notifyChange(ContentResolver resolver, Uri uri, boolean syncToNetwork) {
259 resolver.notifyChange(uri, null, syncToNetwork);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerProvider.java 89 getContext().getContentResolver().notifyChange(uri, null);
104 getContext().getContentResolver().notifyChange(addedUri, null);
117 getContext().getContentResolver().notifyChange(uri, null);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileProvider.java 128 protected void notifyChange() {
129 mDelegate.notifyChange();
132 protected void notifyChange(boolean syncToNetwork) {
133 mDelegate.notifyChange(syncToNetwork);
  /cts/tests/src/android/content/cts/
DummyProvider.java 107 getContext().getContentResolver().notifyChange(uri, null);
172 getContext().getContentResolver().notifyChange(uri, null);
189 getContext().getContentResolver().notifyChange(uri, null);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 116 if (Log.LOGV) Log.v("*** notifyChange() rowId: " + rowId + " url " + url);
117 getContext().getContentResolver().notifyChange(url, null);
128 getContext().getContentResolver().notifyChange(newUrl, null);
154 getContext().getContentResolver().notifyChange(url, null);
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 265 * @param notifyChange indicates whether the listener should be notified the change of the
271 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) {
274 notifyChange, startLocationBasedDetection);
283 final boolean notifyChange, final boolean startLocationBasedDetection) {
288 country, detectedCountry, notifyChange, startLocationBasedDetection);
314 final boolean notifyChange, final boolean startLocationBasedDetection) {
315 if (notifyChange) {
  /cts/tests/tests/database/src/android/database/cts/
ContentObservableTest.java 43 mContentObservable.notifyChange(false);
66 mContentObservable.notifyChange(false);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 186 void notifyChange(ChangeMask);
672 void GraphicsLayerQtImpl::notifyChange(ChangeMask changeMask)
    [all...]
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionProvider.java 55 mCursor.notifyChange();
75 public void notifyChange() {
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 207 notifyChange(META_CHANGED);
342 notifyChange(QUEUE_CHANGED);
343 notifyChange(META_CHANGED);
731 notifyChange(QUEUE_CHANGED);
732 notifyChange(META_CHANGED);
755 notifyChange(QUEUE_CHANGED);
756 notifyChange(META_CHANGED);
787 private void notifyChange(String what) {
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockContentResolver.java 135 * Overrides {@link android.content.ContentResolver#notifyChange(Uri, ContentObserver, boolean)
144 public void notifyChange(Uri uri,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentResolver.java 101 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
  /frameworks/base/core/java/android/content/
IContentService.aidl 52 void notifyChange(in Uri uri, IContentObserver observer,
SearchRecentSuggestionsProvider.java 240 getContext().getContentResolver().notifyChange(uri, null);
294 getContext().getContentResolver().notifyChange(newUri, null);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 513 notifyChange(uri);
581 notifyChange(url);
603 cr.notifyChange(ICC_URI, null);
675 notifyChange(url);
680 private void notifyChange(Uri uri) {
682 cr.notifyChange(uri, null);
683 cr.notifyChange(MmsSms.CONTENT_URI, null);
684 cr.notifyChange(Uri.parse("content://mms-sms/conversations/"), null);
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
MockContentResolver2.java 102 public void notifyChange(Uri uri, ContentObserver observer,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 144 getContext().getContentResolver().notifyChange(uri, null);
182 getContext().getContentResolver().notifyChange(uri, null);
193 getContext().getContentResolver().notifyChange(uri, null);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/provider/
FeedProvider.java 140 ctx.getContentResolver().notifyChange(uri, null, false);
172 ctx.getContentResolver().notifyChange(uri, null, false);
203 ctx.getContentResolver().notifyChange(uri, null, false);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 326 getContext().getContentResolver().notifyChange(uri, null);
394 getContext().getContentResolver().notifyChange(uri, null);
468 getContext().getContentResolver().notifyChange(uri, null);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 212 getContext().getContentResolver().notifyChange(wordUri, null);
239 getContext().getContentResolver().notifyChange(uri, null);
263 getContext().getContentResolver().notifyChange(uri, null);

Completed in 658 milliseconds

1 2 3 4