Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalService.java50 public static final int GET_UID_CODE = 9; field in LocalService
88 case GET_UID_CODE:
/cts/tests/app/src/android/app/cts/
DServiceTest.java398 mService.transact(LocalService.GET_UID_CODE, data, reply, 0); in getUidIpc()