Home
last modified time | relevance | path

Searched refs:NOTIFY_SYNC_TO_NETWORK (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DCellBroadcastProvider.java301 | ContentResolver.NOTIFY_SYNC_TO_NETWORK ); in update()
/aosp12/frameworks/base/core/java/android/content/
H A DContentResolver.java660 NOTIFY_SYNC_TO_NETWORK,
673 public static final int NOTIFY_SYNC_TO_NETWORK = 1<<0; field in ContentResolver
2751 notifyChange(uri, observer, syncToNetwork ? NOTIFY_SYNC_TO_NETWORK : 0);
2856 notifyChange(uri, observer, syncToNetwork ? NOTIFY_SYNC_TO_NETWORK : 0, userHandle);
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java470 if ((flags & ContentResolver.NOTIFY_SYNC_TO_NETWORK) != 0) { in notifyChange()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java4724 ContentResolver.NOTIFY_SYNC_TO_NETWORK in update()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt10377 field public static final int NOTIFY_SYNC_TO_NETWORK = 1; // 0x1