package android.provider; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public interface SyncConstValue { // Fields public static final java.lang.String _SYNC_ACCOUNT = "_sync_account"; public static final java.lang.String _SYNC_ACCOUNT_TYPE = "_sync_account_type"; public static final java.lang.String _SYNC_ID = "_sync_id"; public static final java.lang.String _SYNC_TIME = "_sync_time"; public static final java.lang.String _SYNC_VERSION = "_sync_version"; public static final java.lang.String _SYNC_LOCAL_ID = "_sync_local_id"; public static final java.lang.String _SYNC_MARK = "_sync_mark"; public static final java.lang.String _SYNC_DIRTY = "_sync_dirty"; public static final java.lang.String NON_SYNCABLE_ACCOUNT = "non_syncable"; public static final java.lang.String NON_SYNCABLE_ACCOUNT_TYPE = "android.local"; }