Searched refs:syncEnabled (Results 1 – 6 of 6) sorted by relevance
102 syncEnabled(); in invalidate()106 void Blend::syncEnabled() { in syncEnabled() function in android::uirenderer::Blend
37 void syncEnabled();
169 boolean syncEnabled = ContentResolver.getSyncAutomatically(account, authority); in serializeAccountSyncSettingsToJSON()174 authorityJSON.put(KEY_AUTHORITY_SYNC_ENABLED, syncEnabled); in serializeAccountSyncSettingsToJSON()
201 renderState.blend().syncEnabled(); in copyTextureInto()
169 mRenderState.blend().syncEnabled(); in setViewport()
3215 final boolean syncEnabled = mSyncStorageEngine.getMasterSyncAutomatically(target.userId) in computeSyncOpState()3226 if (!syncEnabled && !ignoreSystemConfiguration) { in computeSyncOpState()