HomeSort by relevance Sort by last modified time
    Searched defs:syncState (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
s_sbr_channel.h 87 SBR_SYNC_STATE syncState;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 181 long rawContactId, long syncState, boolean dirty) {
195 mSyncState = syncState;
226 final long syncState = !contact.isNull("x") ? contact.getLong("x") : 0;
229 serverContactId, rawContactId, syncState, false);
  /external/aac/libSBRdec/src/
env_extr.h 210 SBR_SYNC_STATE syncState; /*!< The current initialization status of the header */
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 175 void syncState() {
320 syncState();
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 405 int syncState = ContentResolver.getIsSyncable(account, authority);
407 syncPref.setActive(activelySyncing && (syncState >= 0) &&
409 syncPref.setPending(authorityIsPending && (syncState >= 0) &&
474 int syncState = ContentResolver.getIsSyncable(account, authority);
476 Log.d(TAG, " found authority " + authority + " " + syncState);
478 if (syncState > 0) {
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 182 syncState();
195 void OpenGLRenderer::syncState() {
    [all...]

Completed in 271 milliseconds