Home
last modified time | relevance | path

Searched refs:deliveryTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/
DCellBroadcastMessage.java85 private CellBroadcastMessage(SmsCbMessage message, long deliveryTime, boolean isRead) { in CellBroadcastMessage() argument
87 mDeliveryTime = deliveryTime; in CellBroadcastMessage()
244 long deliveryTime = cursor.getLong(cursor.getColumnIndexOrThrow( in createFromCursor() local
249 return new CellBroadcastMessage(msg, deliveryTime, isRead); in createFromCursor()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1867 && currentTime >= connection->waitQueue.head->deliveryTime in checkWindowReadyForMoreInputLocked()
1874 (currentTime - connection->waitQueue.head->deliveryTime) * 0.000001f); in checkWindowReadyForMoreInputLocked()
2174 dispatchEntry->deliveryTime = currentTime; in startDispatchCycleLocked()
3793 (currentTime - entry->deliveryTime) * 0.000001f); in dumpDispatchStateLocked()
4196 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime; in doDispatchCycleFinishedLockedInterruptible()
4645 deliveryTime(0), resolvedAction(0), resolvedFlags(0) { in DispatchEntry()
DInputDispatcher.h603 nsecs_t deliveryTime; // time when the event was actually delivered member