Searched refs:deliveryTime (Results 1 – 3 of 3) sorted by relevance
83 private CellBroadcastMessage(SmsCbMessage message, long deliveryTime, boolean isRead) { in CellBroadcastMessage() argument85 mDeliveryTime = deliveryTime; in CellBroadcastMessage()241 long deliveryTime = cursor.getLong(cursor.getColumnIndexOrThrow( in createFromCursor() local246 return new CellBroadcastMessage(msg, deliveryTime, isRead); in createFromCursor()
1729 && currentTime >= connection->waitQueue.head->deliveryTime in checkWindowReadyForMoreInputLocked()1736 (currentTime - connection->waitQueue.head->deliveryTime) * 0.000001f); in checkWindowReadyForMoreInputLocked()1973 dispatchEntry->deliveryTime = currentTime; in startDispatchCycleLocked()3318 (currentTime - entry->deliveryTime) * 0.000001f); in dumpDispatchStateLocked()3567 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime; in doDispatchCycleFinishedLockedInterruptible()4017 deliveryTime(0), resolvedAction(0), resolvedFlags(0) { in DispatchEntry()
549 nsecs_t deliveryTime; // time when the event was actually delivered member