HomeSort by relevance Sort by last modified time
    Searched refs:checkin (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
checkin_request.cc 11 #include "google_apis/gcm/protocol/checkin.pb.h"
28 SUCCESS, // Checkin completed successfully.
65 // Records checkin status to both stats recorder and reports to UMA.
122 checkin_proto::AndroidCheckinProto* checkin = request.mutable_checkin(); local
123 checkin->mutable_chrome_build()->CopyFrom(request_info_.chrome_build_proto);
125 checkin->set_type(checkin_proto::DEVICE_CHROME_OS);
127 checkin->set_type(checkin_proto::DEVICE_CHROME_BROWSER);
149 DVLOG(1) << "Delay GCM checkin for: "
170 LOG(ERROR) << "Failed to get checkin response. Fetcher failed. Retrying.";
182 LOG(ERROR) << "No point retrying the checkin with status:
    [all...]
checkin_request_unittest.cc 9 #include "google_apis/gcm/protocol/checkin.pb.h"
52 const char kCheckinURL[] = "http://foo.bar/checkin";
197 request_proto.checkin().chrome_build().platform());
199 request_proto.checkin().chrome_build().chrome_version());
201 request_proto.checkin().chrome_build().channel());
204 EXPECT_EQ(checkin_proto::DEVICE_CHROME_OS, request_proto.checkin().type());
207 request_proto.checkin().type());
  /frameworks/base/core/java/android/os/
BatteryStats.java 154 * Bump the version on this if the checkin format changes.
    [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.java 132 void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, boolean dumpInfo,
ApplicationThreadNative.java 517 boolean checkin = data.readInt() != 0;
523 dumpMemInfo(fd.getFileDescriptor(), mi, checkin, dumpInfo, dumpDalvik, args); local
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java     [all...]
PackageManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java     [all...]

Completed in 338 milliseconds