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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SyncApiTest.java 38 public final class SyncApiTest {
64 .header("User-Agent", "SyncApiTest")
72 assertTrue(server.takeRequest().getHeaders().contains("User-Agent: SyncApiTest"));
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 200 class SyncApiTest : public testing::Test {
241 UserShare* SyncApiTest::user_share() {
245 syncable::Directory* SyncApiTest::dir() {
249 SyncEncryptionHandler* SyncApiTest::encryption_handler() {
253 bool SyncApiTest::ReloadDir() {
257 void SyncApiTest::CreateEntryWithAttachmentMetadata(
270 BaseNode::InitByLookupResult SyncApiTest::LookupEntryByClientTag(
278 void SyncApiTest::ReplaceWithTombstone(const ModelType& model_type,
287 TEST_F(SyncApiTest, SanityCheckTest) {
305 TEST_F(SyncApiTest, BasicTagWrite)
    [all...]

Completed in 71 milliseconds