Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/admin/
H A DSystemUpdateInfo.java74 private SystemUpdateInfo(long receivedTime, @SecurityPatchState int securityPatchState) { in SystemUpdateInfo() argument
75 this.mReceivedTime = receivedTime; in SystemUpdateInfo()
86 public static SystemUpdateInfo of(long receivedTime) { in of() argument
87 return receivedTime == -1 in of()
88 ? null : new SystemUpdateInfo(receivedTime, SECURITY_PATCH_STATE_UNKNOWN); in of()
93 public static SystemUpdateInfo of(long receivedTime, boolean isSecurityPatch) { in of() argument
94 return receivedTime == -1 ? null : new SystemUpdateInfo(receivedTime, in of()
148 final long receivedTime = in readFromXml() local
152 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()
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DGsmCellBroadcastHandlerTest.java97 long receivedTime = System.currentTimeMillis() - DateUtils.HOUR_IN_MILLIS * 2; in query() local
98 long locationCheckTime = receivedTime; in query()
101 && Long.parseLong(selectionArgs[selectionArgs.length - 1]) <= receivedTime) { in query()
127 receivedTime, // RECEIVED_TIME in query()
H A DCellBroadcastProviderTest.java106 int receivedTime = 1234555555; in testUpdate() local
108 cv.put(CellBroadcasts.RECEIVED_TIME, receivedTime); in testUpdate()
118 .isEqualTo(receivedTime); in testUpdate()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal105 * @param receivedTime milliseconds since boot that the NITZ time was received
107 oneway nitzTimeReceived(RadioIndicationType type, string nitzTime, uint64_t receivedTime);
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_utils_v1_0.h440 uint64_t receivedTime);
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_hidl_hal_utils_v1_1.h460 uint64_t receivedTime);
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_hidl_hal_utils_v1_3.h526 uint64_t receivedTime);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java220 public void nitzTimeReceived(int indicationType, String nitzTime, long receivedTime) { in nitzTimeReceived() argument
228 result[1] = receivedTime; in nitzTimeReceived()
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_utils_v1_2.h553 uint64_t receivedTime);
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_utils_v1_4.h620 uint64_t receivedTime);
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_utils_v1_5.h719 uint64_t receivedTime);
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_hidl_hal_utils_v1_6.h987 uint64_t receivedTime);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt33455 field public static final String RECEIVED_TIME = "receivedTime";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23348 field public static final java.lang.String RECEIVED_TIME = "receivedTime";