Searched refs:receivedTime (Results 1 – 4 of 4) sorted by relevance
75 private SystemUpdateInfo(long receivedTime, @SecurityPatchState int securityPatchState) { in SystemUpdateInfo() argument76 this.mReceivedTime = receivedTime; in SystemUpdateInfo()87 public static SystemUpdateInfo of(long receivedTime) { in of() argument88 return receivedTime == -1 in of()89 ? null : new SystemUpdateInfo(receivedTime, SECURITY_PATCH_STATE_UNKNOWN); in of()94 public static SystemUpdateInfo of(long receivedTime, boolean isSecurityPatch) { in of() argument95 return receivedTime == -1 ? null : new SystemUpdateInfo(receivedTime, in of()149 final long receivedTime = in readFromXml() local153 return new SystemUpdateInfo(receivedTime, securityPatchState); in readFromXml()
889 long receivedTime) { in onSystemUpdatePending() argument1213 long receivedTime = intent.getLongExtra(EXTRA_SYSTEM_UPDATE_RECEIVED_TIME, -1); in onReceive() local1214 onSystemUpdatePending(context, intent, receivedTime); in onReceive()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
35343 field public static final String RECEIVED_TIME = "receivedTime";