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

  /external/chromium_org/google_apis/gcm/engine/
checkin_request.cc 11 #include "google_apis/gcm/protocol/checkin.pb.h"
29 SUCCESS, // Checkin completed successfully.
66 // Records checkin status to both stats recorder and reports to UMA.
125 checkin_proto::AndroidCheckinProto* checkin = request.mutable_checkin(); local
126 checkin->mutable_chrome_build()->CopyFrom(request_info_.chrome_build_proto);
128 checkin->set_type(checkin_proto::DEVICE_CHROME_OS);
130 checkin->set_type(checkin_proto::DEVICE_CHROME_BROWSER);
164 DVLOG(1) << "Delay GCM checkin for: "
185 LOG(ERROR) << "Failed to get checkin response. Fetcher failed. Retrying.";
197 LOG(ERROR) << "No point retrying the checkin with status:
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 101 boolean checkin(IntervalStats stats); method in interface:UsageStatsDatabase.CheckinAction
105 * Calls {@link CheckinAction#checkin(IntervalStats)} on the given {@link CheckinAction}
107 * If any of the calls to {@link CheckinAction#checkin(IntervalStats)} returns false or throws
119 // We may have holes in the checkin (if there was an error)
137 if (!checkinAction.checkin(stats)) {
UserUsageStatsService.java 451 void checkin(final IndentingPrintWriter pw) { method in class:UserUsageStatsService
454 public boolean checkin(IntervalStats stats) {
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 520 boolean checkin = data.readInt() != 0;
526 dumpMemInfo(fd.getFileDescriptor(), mi, checkin, dumpInfo, dumpDalvik, args); local
    [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 

Completed in 531 milliseconds