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

  /external/chromium_org/google_apis/gcm/monitoring/
fake_gcm_stats_recorder.h 13 class FakeGCMStatsRecorder : public GCMStatsRecorder {
15 FakeGCMStatsRecorder();
16 virtual ~FakeGCMStatsRecorder();
66 DISALLOW_COPY_AND_ASSIGN(FakeGCMStatsRecorder);
fake_gcm_stats_recorder.cc 9 FakeGCMStatsRecorder::FakeGCMStatsRecorder() {
12 FakeGCMStatsRecorder::~FakeGCMStatsRecorder() {
15 void FakeGCMStatsRecorder::RecordCheckinInitiated(uint64 android_id) {
18 void FakeGCMStatsRecorder::RecordCheckinDelayedDueToBackoff(int64 delay_msec) {
21 void FakeGCMStatsRecorder::RecordCheckinSuccess() {
24 void FakeGCMStatsRecorder::RecordCheckinFailure(std::string status,
28 void FakeGCMStatsRecorder::RecordConnectionInitiated(const std::string& host) {
31 void FakeGCMStatsRecorder::RecordConnectionDelayedDueToBackoff(
    [all...]

Completed in 111 milliseconds