Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalService.java49 public static final int GET_PID_CODE = 8; field in LocalService
84 case GET_PID_CODE:
/cts/tests/app/src/android/app/cts/
DServiceTest.java368 mService.transact(LocalService.GET_PID_CODE, data, reply, 0); in getPidIpc()