Searched refs:myPid (Results 1 – 7 of 7) sorted by relevance
17 int pid = android.os.Process.myPid(); in testMyPidIsJvmProcessId()26 assertThat(android.os.Process.myPid(), equalTo(47)); in testSetPid()
12 public static final int myPid() { in myPid() method in ShadowProcess
30 return android.os.Process.myPid(); in getCallingPid()
38 when(android.os.Process.myPid()).thenReturn(42); in testLogText()
59 int pid = android.os.Process.myPid(); in getLogText()
104 android.os.Process.killProcess(android.os.Process.myPid()); in uncaughtException()
199 Process.myPid(), in hasPermission()