Searched refs:getSyncInvocations (Results 1 – 3 of 3) sorted by relevance
198 assertEquals(1, res.getSyncInvocations().getSyncInvocationsCount()); in testInitialSync()200 SyncInvocation si = res.getSyncInvocations().getSyncInvocations(0); in testInitialSync()239 final int calls = res.getSyncInvocations().getSyncInvocationsCount(); in testSoftErrorRetriesActiveApp()267 final int calls = res.getSyncInvocations().getSyncInvocationsCount(); in testExpeditedJobSync()298 final int calls = res.getSyncInvocations().getSyncInvocationsCount(); in testExpeditedJobSync_InDoze()323 assertEquals(1, res.getSyncInvocations().getSyncInvocationsCount()); in testInitialSyncInNeverBucket()325 SyncInvocation si = res.getSyncInvocations().getSyncInvocations(0); in testInitialSyncInNeverBucket()
46 .addAllSyncInvocations(SyncManagerCtsSyncAdapter.getSyncInvocations())); in handleRequest()
105 public static List<SyncInvocation> getSyncInvocations() { in getSyncInvocations() method in SyncManagerCtsSyncAdapter