Home
last modified time | relevance | path

Searched refs:receivedTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DSystemUpdateInfo.java71 private SystemUpdateInfo(long receivedTime, @SecurityPatchState int securityPatchState) { in SystemUpdateInfo() argument
72 this.mReceivedTime = receivedTime; in SystemUpdateInfo()
83 public static SystemUpdateInfo of(long receivedTime) { in of() argument
84 return receivedTime == -1 in of()
85 ? null : new SystemUpdateInfo(receivedTime, SECURITY_PATCH_STATE_UNKNOWN); in of()
90 public static SystemUpdateInfo of(long receivedTime, boolean isSecurityPatch) { in of() argument
91 return receivedTime == -1 ? null : new SystemUpdateInfo(receivedTime, in of()
144 final long receivedTime = in readFromXml() local
148 return new SystemUpdateInfo(receivedTime, securityPatchState); in readFromXml()
DDeviceAdminReceiver.java829 long receivedTime) { in onSystemUpdatePending() argument
1057 long receivedTime = intent.getLongExtra(EXTRA_SYSTEM_UPDATE_RECEIVED_TIME, -1); in onReceive() local
1058 onSystemUpdatePending(context, intent, receivedTime); in onReceive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java203 public void nitzTimeReceived(int indicationType, String nitzTime, long receivedTime) { in nitzTimeReceived() argument
211 result[1] = receivedTime; in nitzTimeReceived()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23348 field public static final java.lang.String RECEIVED_TIME = "receivedTime";
/frameworks/base/api/
Dcurrent.txt36598 field public static final String RECEIVED_TIME = "receivedTime";