Home
last modified time | relevance | path

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

/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java60 doUnbindService(); in handleMessage()
67 doUnbindService(); in handleMessage()
113 void doUnbindService() { in doUnbindService() method in ServiceRunnerActivity
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java114 doUnbindService(context, intent); in onReceive()
188 private void doUnbindService(Context context, Intent commandIntent) { in doUnbindService() method in CommandReceiver