Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DSystemUpdateInfo.java75 private SystemUpdateInfo(long receivedTime, @SecurityPatchState int securityPatchState) { in SystemUpdateInfo() argument
76 this.mReceivedTime = receivedTime; in SystemUpdateInfo()
87 public static SystemUpdateInfo of(long receivedTime) { in of() argument
88 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() argument
95 return receivedTime == -1 ? null : new SystemUpdateInfo(receivedTime, in of()
149 final long receivedTime = in readFromXml() local
153 return new SystemUpdateInfo(receivedTime, securityPatchState); in readFromXml()
H A DDeviceAdminReceiver.java889 long receivedTime) { in onSystemUpdatePending() argument
1213 long receivedTime = intent.getLongExtra(EXTRA_SYSTEM_UPDATE_RECEIVED_TIME, -1); in onReceive() local
1214 onSystemUpdatePending(context, intent, receivedTime); in onReceive()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt35343 field public static final String RECEIVED_TIME = "receivedTime";