Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityClientController.java690 final ActivityRecord r = getCallingRecord(token); in getCallingActivity()
698 final ActivityRecord r = getCallingRecord(token); in getCallingPackage()
703 private static ActivityRecord getCallingRecord(IBinder token) { in getCallingRecord() method in ActivityClientController