OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncTestUtil
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/
SyncTest.java
20
import org.chromium.chrome.test.util.browser.sync.
SyncTestUtil
;
42
private
SyncTestUtil
.SyncTestContext mContext;
53
mContext = new
SyncTestUtil
.SyncTestContext(getInstrumentation().getTargetContext());
90
final
SyncTestUtil
.AboutSyncInfoGetter syncInfoGetter =
91
new
SyncTestUtil
.AboutSyncInfoGetter(getActivity());
99
},
SyncTestUtil
.UI_TIMEOUT_MS,
SyncTestUtil
.CHECK_INTERVAL_MS);
110
SyncTestUtil
.AboutSyncInfoGetter aboutInfoGetter =
111
new
SyncTestUtil
.AboutSyncInfoGetter(getActivity());
122
aboutInfoGetter.getAboutInfo().containsKey(
SyncTestUtil
.SYNC_SUMMARY_STATUS))
[
all
...]
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/
SyncTestUtil.java
43
public final class
SyncTestUtil
{
47
private static final String TAG = "
SyncTestUtil
";
65
private
SyncTestUtil
() {
Completed in 150 milliseconds