Home
last modified time | relevance | path

Searched defs:myPid (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java292 final int myPid = Process.myPid(); in notifyMoveLw() local
369 final int myPid = Process.myPid(); in notifyDropLw() local
/frameworks/base/core/java/android/database/
DCursorWindow.java743 int myPid = Process.myPid(); in printStats() local
/frameworks/base/core/java/android/os/
DProcess.java734 public static final int myPid() { in myPid() method in Process