OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myPid
(Results
26 - 50
of
126
) sorted by null
1
2
3
4
5
6
/cts/tests/tests/os/src/android/os/cts/
ProcessTest.java
169
assertTrue(servicePid != Process.
myPid
());
184
* Test
myPid
() point.
199
assertTrue(Process.
myPid
() != servicePid);
ParcelFileDescriptorPeer.java
178
Process.killProcess(Process.
myPid
());
/frameworks/base/core/java/android/util/
MemoryIntArray.java
71
mOwnerPid = Process.
myPid
();
206
return mOwnerPid == Process.
myPid
();
/frameworks/base/core/java/com/android/internal/os/
WrapperInit.java
69
os.writeInt(Process.
myPid
());
RuntimeInit.java
85
message.append("PID: ").append(Process.
myPid
());
111
Process.killProcess(Process.
myPid
());
362
Process.killProcess(Process.
myPid
());
/frameworks/base/services/core/java/com/android/server/wm/
InputConsumerImpl.java
64
mWindowHandle.ownerPid = Process.
myPid
();
/packages/apps/Camera2/tests/src/com/android/camera/functional/
CameraTest.java
45
for (File f: new File("/proc/" + Process.
myPid
() + "/fd").listFiles()) {
/packages/apps/Camera2/tests_camera/src/com/android/camera/functional/
CameraTest.java
45
for (File f: new File("/proc/" + Process.
myPid
() + "/fd").listFiles()) {
/packages/apps/Launcher3/src/com/android/launcher3/util/
TestingUtils.java
36
.putExtra("pid", android.os.Process.
myPid
())
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/
DispatchActivity.java
73
mPid = android.os.Process.
myPid
();
/frameworks/base/core/java/android/database/
CursorWindow.java
743
int
myPid
= Process.
myPid
();
762
if (pid ==
myPid
) {
/frameworks/base/services/core/java/com/android/server/firewall/
SenderFilter.java
42
callerPid == Process.
myPid
() || callerPid == 0) {
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
CameraTest.java
51
for (File f: new File("/proc/" + Process.
myPid
() + "/fd").listFiles()) {
/packages/apps/Messaging/src/com/android/messaging/util/
WakeLockHelper.java
45
mMyPid = Process.
myPid
();
LogSaver.java
133
int pid = Process.
myPid
();
254
Process.
myPid
(), Process.myTid(), getLevelString(level), tag, msg));
/frameworks/base/core/java/android/view/
AccessibilityInteractionController.java
83
mMyProcessId = Process.
myPid
();
164
if (spec != null && android.os.Process.
myPid
() != Binder.getCallingPid()) {
176
if (interactiveRegion != null && android.os.Process.
myPid
() == Binder.getCallingPid()) {
258
if (spec != null && android.os.Process.
myPid
() != Binder.getCallingPid()) {
269
if (interactiveRegion != null && android.os.Process.
myPid
() == Binder.getCallingPid()) {
376
if (spec != null && android.os.Process.
myPid
() != Binder.getCallingPid()) {
387
if (interactiveRegion != null && android.os.Process.
myPid
() == Binder.getCallingPid()) {
498
if (spec != null && android.os.Process.
myPid
() != Binder.getCallingPid()) {
509
if (interactiveRegion != null && android.os.Process.
myPid
() == Binder.getCallingPid()) {
583
if (spec != null && android.os.Process.
myPid
() != Binder.getCallingPid())
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java
145
Process.killProcess(Process.
myPid
());
268
Process.killProcess(Process.
myPid
());
/frameworks/base/services/core/java/com/android/server/
Watchdog.java
402
pids.add(Process.
myPid
());
422
pids.add(Process.
myPid
());
497
Process.killProcess(Process.
myPid
());
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioUtils.java
199
Process.
myPid
(),
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
831
" called by pid: " + Process.
myPid
() +
865
" called by pid: " + Process.
myPid
() +
[
all
...]
/frameworks/base/core/java/android/ddm/
DdmHandleHello.java
149
out.putInt(android.os.Process.
myPid
());
/frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java
98
String fn = "/proc/" + Process.
myPid
() + "/task/" + Process.myTid() + "/cgroup";
/frameworks/base/media/java/android/media/midi/
MidiDevice.java
200
if (calleePid != Process.
myPid
()) {
/packages/apps/Camera2/src/com/android/camera/app/
MemoryQuery.java
81
int appPID = Process.
myPid
();
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
193
Process.sendSignal(Process.
myPid
(), 11);
194
Process.sendSignal(Process.
myPid
(), 11);
Completed in 821 milliseconds
1
2
3
4
5
6