Home | History | Annotate | Download | only in am

Lines Matching defs:reason

158         public void scheduleSync(String reason, int updateFlags) {
160 scheduleSyncLocked(reason, updateFlags);
172 private void scheduleSyncLocked(String reason, int updateFlags) {
174 sendMessage(Message.obtain(this, MSG_SYNC_EXTERNAL_STATS, reason));
564 public void noteWakeUp(String reason, int reasonUid) {
567 mStats.noteWakeUpLocked(reason, reasonUid);
1067 String reason;
1068 while ((reason = waitWakeup()) != null) {
1070 mStats.noteWakeupReasonLocked(reason);
1436 * @param reason The reason why this collection was requested. Useful for debugging.
1443 void updateExternalStatsSync(final String reason, int updateFlags) {
1515 reason, 0);