Searched refs:mTimeoutPeriod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java73 final long mTimeoutPeriod; field in class:BroadcastQueue
180 mTimeoutPeriod = timeoutPeriod;
635 (now > r.dispatchTime + (2*mTimeoutPeriod*numReceivers))) {
713 long timeoutTime = r.receiverTime + mTimeoutPeriod;
983 long timeoutTime = SystemClock.uptimeMillis() + mTimeoutPeriod;
994 long timeoutTime = r.receiverTime + mTimeoutPeriod;

Completed in 198 milliseconds