/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | SystemUpdateInfo.java | 74 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 D | DeviceAdminReceiver.java | 889 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 D | GsmCellBroadcastHandlerTest.java | 97 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 D | CellBroadcastProviderTest.java | 106 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 D | IRadioIndication.hal | 105 * @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 D | radio_hidl_hal_utils_v1_0.h | 440 uint64_t receivedTime);
|
/aosp12/hardware/interfaces/radio/1.1/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_1.h | 460 uint64_t receivedTime);
|
/aosp12/hardware/interfaces/radio/1.3/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_3.h | 526 uint64_t receivedTime);
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioIndication.java | 220 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 D | radio_hidl_hal_utils_v1_2.h | 553 uint64_t receivedTime);
|
/aosp12/hardware/interfaces/radio/1.4/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_4.h | 620 uint64_t receivedTime);
|
/aosp12/hardware/interfaces/radio/1.5/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_5.h | 719 uint64_t receivedTime);
|
/aosp12/hardware/interfaces/radio/1.6/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_6.h | 987 uint64_t receivedTime);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 33455 field public static final String RECEIVED_TIME = "receivedTime";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 23348 field public static final java.lang.String RECEIVED_TIME = "receivedTime";
|