Home
last modified time | relevance | path

Searched refs:syncable (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedProviderImpl.java51 private boolean syncable; field in ParsedProviderImpl
71 this.syncable = other.isSyncable(); in ParsedProviderImpl()
127 dest.writeBoolean(this.syncable); in writeToParcel()
144 this.syncable = in.readBoolean(); in ParsedProviderImpl()
187 boolean syncable, in ParsedProviderImpl() argument
197 this.syncable = syncable; in ParsedProviderImpl()
221 return syncable; in isSyncable()
272 syncable = value; in setSyncable()
H A DComponentMutateUtils.java75 public static void setSyncable(@NonNull ParsedProvider provider, boolean syncable) { in setSyncable() argument
76 ((ParsedProviderImpl) provider).setSyncable(syncable); in setSyncable()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java294 int syncable; field in SyncStorageEngine.AuthorityInfo
314 syncable = toCopy.syncable; in AuthorityInfo()
784 return authority.syncable; in getIsSyncable()
793 return authorityInfo.syncable; in getIsSyncable()
826 if (aInfo.syncable == syncable) { in setSyncableStateForEndPoint()
832 aInfo.syncable = syncable; in setSyncableStateForEndPoint()
835 if (syncable == AuthorityInfo.SYNCABLE) { in setSyncableStateForEndPoint()
1888 + " syncable=" + syncable); in parseAuthority()
1920 authority.syncable = (syncable == null) ? in parseAuthority()
1928 authority.syncable = Boolean.parseBoolean(syncable) ? in parseAuthority()
[all …]
H A DContentService.java1068 public void setIsSyncable(Account account, String providerName, int syncable) { in setIsSyncable() argument
1069 setIsSyncableAsUser(account, providerName, syncable, UserHandle.getCallingUserId()); in setIsSyncable()
1076 public void setIsSyncableAsUser(Account account, String providerName, int syncable, in setIsSyncableAsUser() argument
1086 syncable = normalizeSyncable(syncable); in setIsSyncableAsUser()
1099 account, userId, providerName, syncable, callingUid, callingPid); in setIsSyncableAsUser()
1527 private static int normalizeSyncable(int syncable) { in normalizeSyncable() argument
1528 if (syncable > 0) { in normalizeSyncable()
1530 } else if (syncable == 0) { in normalizeSyncable()
H A DSyncManager.java2450 table.set(row, 0, authority, settings.syncable, settings.enabled); in dumpSyncState()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBLASTSync.md17 Guarantee 1: If you make a set of changes to syncable state, at the same time that you begin a sync…
18 then the first frame drawn by the client after observing the syncable state will be sent in a trans…
26 syncable state not just Configuration.
34 SB: Change syncable state, any number of times, prepare any number of syncs (and
37 SD: Send syncable state updates to the client, always paired with the current seqId
47 … 1. The server may only send changes to the syncable state paired with the seqId. The client may
49 … 2. In between changing and sending syncable state, the lock must be released and acquired again
76 after after changing and before emitting syncable state changes. This means it's guaranteed
115 2. The ordering of non synced WM updates to syncable state, wrt a BLASTSyncEngine
156 == Ordering of WM updates to syncable state ==
[all …]
/aosp14/frameworks/base/core/java/android/content/
H A DIContentService.aidl130 void setIsSyncable(in Account account, String providerName, int syncable); in setIsSyncable() argument
131 void setIsSyncableAsUser(in Account account, String providerName, int syncable, int userId); in setIsSyncableAsUser() argument
H A DContentResolver.java3492 public static void setIsSyncable(Account account, String authority, int syncable) {
3494 getContentService().setIsSyncable(account, authority, syncable);
3504 public static void setIsSyncableAsUser(Account account, String authority, int syncable,
3507 getContentService().setIsSyncableAsUser(account, authority, syncable, userId);
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java8360 public boolean syncable; field in PackageParser.Provider
8366 syncable = false; in Provider()
8373 this.syncable = existingProvider.syncable; in Provider()
8400 dest.writeInt((syncable) ? 1 : 0); in writeToParcel()
8406 syncable = (in.readInt() == 1); in Provider()
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java11762 void addToSync(SurfaceSyncGroup syncable) { in addToSync() argument
11766 mActiveSurfaceSyncGroup.add(syncable, null /* Runnable */); in addToSync()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1597 field public static final int syncable = 16842777; // 0x1010019
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76528 Lcom/android/internal/R$attr;->syncable:I