Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsePermissionAppCompat/src/com/android/cts/usepermission/
DUsePermissionCompatTest.java44 Process.myPid(), Process.myUid())); in testCompatDefault()
47 Process.myPid(), Process.myUid())); in testCompatDefault()
66 Process.myPid(), Process.myUid())); in testCompatRevoked()
69 Process.myPid(), Process.myUid())); in testCompatRevoked()
/cts/tests/tests/permission2/src/android/permission2/cts/
DPermissionMaxSdkVersionTest.java40 Process.myPid(), Process.myUid()); in testMaxSdkInPast()
53 Process.myPid(), Process.myUid()); in testMaxSdkInFuture()
/cts/tests/app/src/android/app/cts/
DStubRemoteService.java29 android.util.Log.d("Process test stub", "StubRemoteServiceProcessPid:" + Process.myPid()); in onCreate()
34 return Process.myPid();
/cts/tests/tests/os/src/android/os/cts/
DCtsRemoteService.java29 android.util.Log.d("Process test stub", "CtsRemoteServiceProcessPid:" + Process.myPid()); in onCreate()
34 return Process.myPid();
DProcessTest.java169 assertTrue(servicePid != Process.myPid()); in testKillProcess()
199 assertTrue(Process.myPid() != servicePid); in testSendSignal()
DParcelFileDescriptorPeer.java178 Process.killProcess(Process.myPid()); in crash()
DBinderTest.java315 assertEquals(Process.myPid(), Binder.getCallingPid()); in testSimpleMethods()
/cts/hostsidetests/jdwpsecurity/app/src/com/android/cts/jdwpsecurity/
DJdwpTest.java24 int pid = android.os.Process.myPid(); in main()
/cts/tests/tests/security/src/android/security/cts/
DClonedSecureRandomTest.java115 int myPid = android.os.Process.myPid(); in testCheckForDuplicateOutput() local
174 myPid == pid); in testCheckForDuplicateOutput()
/cts/tests/tests/security/src/android/security/cts/activity/
DSecureRandomService.java53 return android.os.Process.myPid();
/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java164 android.os.Process.killProcess(android.os.Process.myPid()); in delete()
394 android.os.Process.killProcess(android.os.Process.myPid()); in crashOnLaunchIfNeeded()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp/src/com/android/cts/usepermission/
DUsePermissionTest.java43 android.os.Process.killProcess(android.os.Process.myPid()); in testKill()
/cts/tests/tests/util/src/android/util/cts/
DEventLogTest.java188 assertEquals(Process.myPid(), event.getProcessId()); in assertEvent()
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java453 android.os.Process.sendSignal(android.os.Process.myPid(), 3);