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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/maven_repo/bumptech/
README.txt 1 This maven repository was synced to google3 CL 183322383
  /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/compiler-rt/
README.android 15 * For JellyBean: Synced to upstream r155350
16 * For JellyBean MR1: Synced to upstream r162279
17 * For Jellybean MR2: Synced to upstream r177337
18 * For Key Lime Pie: Synced to upstream r187889
19 * For FUTURE: Synced to LLVM 3.4 r197381
22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_raw_contacts.txt 122 122 display_name=Not Synced Number
123 123 display_name_alt=Number, Not Synced
124 124 sort_key=Not Synced Number
125 125 sort_key_alt=Number, Not Synced
140 140 display_name=Not Synced NumberMail
141 141 display_name_alt=NumberMail, Not Synced
142 142 sort_key=Not Synced NumberMail
143 143 sort_key_alt=NumberMail, Not Synced
158 158 display_name=Not Synced Mail
159 159 display_name_alt=Mail, Not Synced
    [all...]
expected_contacts.txt 93 93 display_name=Not Synced Number
94 94 sort_key=Not Synced Number
108 108 display_name=Not Synced NumberMail
109 109 sort_key=Not Synced NumberMail
123 123 display_name=Not Synced Mail
124 124 sort_key=Not Synced Mail
138 138 display_name=Not Synced
139 139 sort_key=Not Synced
  /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 ) );
  /frameworks/base/core/java/android/content/
ISyncAdapter.aidl 33 * @param cb If called back with {@code false} accounts are not synced.
43 * @param authority the authority that should be synced
44 * @param account the account that should be synced
ISyncAdapterUnsyncableAccountCallback.aidl 27 * @param isReady Iff {@code false} account is not synced.
IContentService.aidl 71 * Check if the provider should be synced when a network tickle is received
73 * @return true if the provider should be synced when a network tickle is received
79 * Set whether or not the provider is synced when it receives a network tickle.
82 * @param sync true if the provider should be synced when tickles are received for it
99 * Set whether or not the provider is to be synced on a periodic basis.
109 * Set whether or not the provider is to be synced on a periodic basis.
  /external/libmojo/mojo/edk/system/
configuration.cc 11 // These default values should be synced with the documentation in
  /external/libogg/doc/libogg/
ogg_sync_state.html 57 <dd>If synced, the number of bytes used by the synced page's header.</dd>
59 <dd>If synced, the number of bytes used by the synced page's body.</dd>
  /frameworks/base/core/java/android/provider/
SyncConstValue.java 20 * Columns for tables that are synced to a server.
40 * The unique ID for a row assigned by the sync source. NULL if the row has never been synced.
76 * Used to indicate that this account is not synced
81 * Used to indicate that this account is not synced
  /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...]
  /development/samples/browseable/SpeedTracker/
_index.jd 14 with the phone, this data will be synced with the phone
  /external/droiddriver/
contributing.md 7 Code changes should be [submitted to AOSP](contributing_aosp.md) and then they'll be synced to GitHub once they've passed code reivew on Gerrit.
  /external/google-benchmark/
releasing.md 3 * Make sure you're on master and synced to HEAD
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
PlatformBm.h 49 Simple Text Out screens will now be synced up with all non video output
52 @retval EFI_SUCCESS UGA devices are back in text mode and synced up.
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
PlatformBm.h 49 Simple Text Out screens will now be synced up with all non video output
52 @retval EFI_SUCCESS UGA devices are back in text mode and synced up.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
BootLogoLib.h 34 Simple Text Out screens will now be synced up with all non-video output devices.
36 @retval EFI_SUCCESS UGA devices are back in text mode and synced up.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BranchFilter.java 35 public BranchFilter(MffContext context, String name, boolean synced) {
37 mSynchronized = synced;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailServiceCallback.aidl 37 * Callback to indicate that a particular attachment is being synced
39 * attachmentId = the attachment being synced
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
RecoverableKeyStoreDbContract.java 26 * Table holding wrapped keys, and information about when they were last synced.
62 * Timestamp of when this key was last synced with remote storage, or -1 if never synced.
  /frameworks/support/media/src/androidTest/
AndroidManifest.xml 34 <!-- Keep the test services synced together with the MockMediaSessionService2 -->
41 <!-- Keep the test services synced together with the MockMediaLibraryService -->
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/res/values/
base-strings.xml 30 with the phone, this data will be synced with the phone

Completed in 1200 milliseconds

1 2 3 4 5 6 7 8 91011>>