Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java1836 int ppid1a = conn1a.getPpid(); in testAppZygoteServices() local
1840 assertEquals(ppid1a, ppid1b); in testAppZygoteServices()
1844 "ps -p " + Integer.toString(ppid1a) + " -o NAME="); in testAppZygoteServices()
1847 appZygotePid = ppid1a; in testAppZygoteServices()
1867 int ppid1a = conn1a.getPpid(); in testAppZygoteServices() local
1868 assertEquals(appZygotePid, ppid1a); in testAppZygoteServices()