Searched refs:firstEntryRequestTimestamp (Results 1 – 1 of 1) sorted by relevance
88 long firstEntryRequestTimestamp = in schedule() local90 if (firstEntryRequestTimestamp == currentTimestamp) { in schedule()99 LogUtil.d(FIRST_ENTRY_REQUEST_TIMESTAMP + ": " + firstEntryRequestTimestamp); in schedule()103 bundle.putLong(FIRST_ENTRY_REQUEST_TIMESTAMP, firstEntryRequestTimestamp); in schedule()312 private void handleOtaResources(long firstEntryRequestTimestamp, boolean isEeaNotification) { in handleOtaResources() argument313 if (System.currentTimeMillis() - firstEntryRequestTimestamp in handleOtaResources()