Searched refs:myPid (Results 1 – 11 of 11) sorted by relevance
80 final int myPid = Process.myPid(); in onReceive() local81 Log.i(TAG, "Killing my process: pid=" + myPid); in onReceive()82 Process.killProcess(myPid); in onReceive()
37 if (appInfo.pid == Process.myPid()) { in onCreate()
45 for (File f: new File("/proc/" + Process.myPid() + "/fd").listFiles()) { in testVideoCaptureIntentFdLeak()
51 for (File f: new File("/proc/" + Process.myPid() + "/fd").listFiles()) { in testVideoCaptureIntentFdLeak()
94 if (mServiceNeedsRestart) Process.killProcess(Process.myPid()); in onStop()
1004 return Binder.getCallingPid() != Process.myPid() && in shouldRestrictVisibility()1031 if (Binder.getCallingPid() != Process.myPid()) { in update()
132 int pid = android.os.Process.myPid(); in canRead()
4998 if (Binder.getCallingPid() != Process.myPid()) { in attachVolume()5136 if (Binder.getCallingPid() != Process.myPid()) { in detachVolume()
1277 Process.killProcess(Process.myPid()); in getClientConnectionManager()