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

  /system/update_engine/
payload_state.cc 429 SetPayloadAttemptNumber(GetPayloadAttemptNumber() + 1);
753 SetPayloadAttemptNumber(0);
847 SetPayloadAttemptNumber(GetPersistedValue(kPrefsPayloadAttemptNumber));
855 void PayloadState::SetPayloadAttemptNumber(int payload_attempt_number) {
    [all...]
payload_state.h 266 void SetPayloadAttemptNumber(int payload_attempt_number);

Completed in 36 milliseconds