Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalService.java55 public static final int STOP_SELF_SUCCESS_UNBIND_CODE = 14; field in LocalService
163 bindAction(STOP_SELF_SUCCESS_UNBIND_CODE); in onUnbind()
/cts/tests/app/src/android/app/cts/
DServiceTest.java812 } else if (code == LocalService.STOP_SELF_SUCCESS_UNBIND_CODE) { in onTransact()