Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java504 ActivityRecord r = tokenToActivityRecordLocked(this); in windowsDrawn()
514 ActivityRecord r = tokenToActivityRecordLocked(this); in windowsVisible()
524 ActivityRecord r = tokenToActivityRecordLocked(this); in windowsGone()
539 r = tokenToActivityRecordLocked(this); in keyDispatchingTimedOut()
552 ActivityRecord r = tokenToActivityRecordLocked(this); in getKeyDispatchingTimeout()
561 private static final ActivityRecord tokenToActivityRecordLocked(Token token) { in tokenToActivityRecordLocked() method in ActivityRecord.Token
586 return Token.tokenToActivityRecordLocked((Token)token); in forTokenLocked()