HomeSort by relevance Sort by last modified time
    Searched refs:synced (Results 1 - 25 of 40) sorted by null

1 2

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWebSyncManager.java 8 protected boolean synced = false; field in class:ShadowWebSyncManager
12 synced = true;
15 public boolean synced() { method in class:ShadowWebSyncManager
16 return synced;
20 synced = false;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCookieSyncManager.java 18 private boolean synced = false; field in class:ShadowCookieSyncManager
38 synced = true;
41 public boolean synced() { method in class:ShadowCookieSyncManager
42 return synced;
46 synced = false;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
CookieSyncManagerTest.java 37 assertThat( shadowMgr.synced(), equalTo( false ) );
39 assertThat( shadowMgr.synced(), equalTo( true ) );
41 assertThat( shadowMgr.synced(), equalTo( false ) );
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 81 boolean synced; field in class:SelectCalendarsSyncAdapter.CalendarRow
101 mSyncedString = res.getString(R.string.synced);
133 mData[p].synced = mChanges.get(id).synced;
135 mData[p].synced = mData[p].originalSynced;
152 boolean selected = mData[position].synced;
256 return mData[position].synced ? 1 : 0;
262 row.synced = !row.synced;
265 if (row.synced) {
    [all...]
SelectCalendarsSyncFragment.java 164 if (row.synced == row.originalSynced) {
173 int synced = row.synced ? 1 : 0; local
174 values.put(Calendars.SYNC_EVENTS, synced);
175 values.put(Calendars.VISIBLE, synced);
SelectSyncedCalendarsMultiAccountAdapter.java 82 // These track changes to the synced state of calendars
221 mSyncedText = context.getString(R.string.synced);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BranchFilter.java 35 public BranchFilter(MffContext context, String name, boolean synced) {
37 mSynchronized = synced;
  /frameworks/base/libs/common_time/
common_time_server_api.cpp 306 bool synced; local
310 synced = (OK == mCommonClock.localToCommon(localTime, &commonTime));
316 if (synced)
319 dump_printf("Common time : %s\n", "not synced");
326 if (synced) {
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 492 int synced = 0; local
559 synced = 1;
562 synced = 1;
586 if (!synced) {
591 synced = 1;
607 if (synced)
621 int synced = 0; local
694 synced = 1;
697 synced = 1;
721 if (!synced) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraController.java 250 // if using API2 ensure API1 usage is also synced
305 public void closeCamera(boolean synced) {
309 mCameraAgentNg.closeCamera(mCameraProxy, synced);
311 mCameraAgent.closeCamera(mCameraProxy, synced);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgent.java 305 * @param synced Whether this call should be synchronous.
307 public void closeCamera(CameraProxy camera, boolean synced) {
309 if (synced) {
    [all...]
  /external/devlib/devlib/utils/
ssh.py 643 synced = False
644 while not synced:
648 synced = True
651 synced = True
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 693 boolean synced = ContentResolver.getSyncAutomatically(androidAcct,
695 if (synced) {
    [all...]
  /external/ImageMagick/www/api/
image-view.php 473 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
570 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
wand-view.php 395 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
diagnostics.s 75 @ Double-check that we're synced up with the right diagnostics.
  /external/llvm/test/MC/ARM/
diagnostics.s 137 @ Double-check that we're synced up with the right diagnostics.
  /system/sepolicy/
Android.mk     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 1993 milliseconds

1 2