/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
ObservableInt.java | 70 notifyChange();
|
ObservableLong.java | 69 notifyChange();
|
ObservableShort.java | 69 notifyChange();
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContentResolver.java | 101 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
|
/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/ |
SliceBroadcastReceiver.java | 47 context.getContentResolver().notifyChange(getUri("wifi", context), null);
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/ |
TestContentResolver.java | 71 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
SmsProvider.java | 434 notifyChange(notifyIfNotDefault, url, callerPkg); 453 notifyChange(notifyIfNotDefault, insertUri, callerPkg); 726 notifyChange(notifyIfNotDefault, url, getCallingPackage()); 748 cr.notifyChange(ICC_URI, null, true, UserHandle.USER_ALL); 833 notifyChange(notifyIfNotDefault, url, callerPkg); 838 private void notifyChange(boolean notifyIfNotDefault, Uri uri, final String callingPackage) { 841 cr.notifyChange(uri, null, true, UserHandle.USER_ALL); 842 cr.notifyChange(MmsSms.CONTENT_URI, null, true, UserHandle.USER_ALL); 843 cr.notifyChange(Uri.parse("content://mms-sms/conversations/"), null, true, [all...] |
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalProvider.java | 171 if (false) Log.d(TAG, "*** notifyChange() rowId: " + rowId); 172 getContext().getContentResolver().notifyChange(url, null);
|
/frameworks/base/services/robotests/src/com/android/server/backup/ |
BackupManagerConstantsTest.java | 229 // We pass null as the observer since notifyChange iterates over all available observers and 231 mContentResolver.notifyChange(
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
ComprehensiveCountryDetectorTest.java | 96 final boolean notifyChange, final boolean startLocationBasedDetection) { 97 runAfterDetection(country, detectedCountry, notifyChange, startLocationBasedDetection);
|
/frameworks/ex/common/java/com/android/common/content/ |
SQLiteContentProvider.java | 84 protected abstract void notifyChange(); 266 notifyChange();
|
/packages/apps/Settings/src/com/android/settings/slices/ |
SliceBroadcastReceiver.java | 91 context.getContentResolver().notifyChange(uri, null /* observer */); 191 context.getContentResolver().notifyChange(uri, null /* observer */);
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowContentResolverTest.java | 320 contentResolver.notifyChange(Uri.parse("foo"), null, true); 321 contentResolver.notifyChange(Uri.parse("bar"), null); 643 contentResolver.notifyChange(EXTERNAL_CONTENT_URI, null); 662 contentResolver.notifyChange(EXTERNAL_CONTENT_URI, null); 677 contentResolver.notifyChange(childUri, null); 682 contentResolver.notifyChange(EXTERNAL_CONTENT_URI, null); 687 contentResolver.notifyChange(childUri.buildUpon().appendPath("extra").build(), null); [all...] |
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
ChannelDataManagerTest.java | 382 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { 383 super.notifyChange(uri, observer, syncToNetwork); 492 mContentResolver.notifyChange(uri, null); 494 mContentResolver.notifyChange(Channels.CONTENT_URI, null); 514 mContentResolver.notifyChange(TvContract.buildChannelUri(channelId), null); 520 mContentResolver.notifyChange(TvContract.buildChannelUri(channelId), null); 529 mContentResolver.notifyChange(TvContract.buildChannelUri(channelId), null);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowContentResolver.java | 158 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { 163 public void notifyChange(Uri uri, ContentObserver observer) { 164 notifyChange(uri, observer, false);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/ |
NumberPicker.java | 222 notifyChange(); 226 private void notifyChange() { 251 notifyChange();
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
UserDictionaryProvider.java | 250 getContext().getContentResolver().notifyChange(wordUri, null); 282 getContext().getContentResolver().notifyChange(uri, null); 311 getContext().getContentResolver().notifyChange(uri, null);
|
/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/ |
StorageProviderFragment.java | 65 getActivity().getContentResolver().notifyChange(DocumentsContract.buildRootsUri
|
/developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/ |
StorageProviderFragment.java | 65 getActivity().getContentResolver().notifyChange(DocumentsContract.buildRootsUri
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
StorageProviderFragment.java | 65 getActivity().getContentResolver().notifyChange(DocumentsContract.buildRootsUri
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
ImsConfigImplBase.java | 376 protected synchronized void updateCachedValue(int item, int value, boolean notifyChange) { 378 if (notifyChange) { 384 int item, String value, boolean notifyChange) { 386 if (notifyChange) {
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
ImsConfigImplBase.java | 200 protected synchronized void updateCachedValue(int item, int value, boolean notifyChange) 203 if (notifyChange) { 209 boolean notifyChange) throws RemoteException { 211 if (notifyChange) {
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
ViewBindingObject.java | 178 notifyChange();
|
/frameworks/support/leanback/src/main/java/androidx/leanback/app/ |
ListRowDataAdapter.java | 161 * only to the final data, we call notifyChange().
|
/frameworks/support/slices/core/src/main/java/androidx/slice/ |
SliceProvider.java | 68 * {@link ContentResolver#notifyChange(Uri, ContentObserver)} should be used to notify the system. 256 * in the background with a call to {@link ContentResolver#notifyChange(Uri, ContentObserver)} 263 // TODO: Provide alternate notifyChange that takes in the slice (i.e. notifyChange(Uri, Slice)).
|