Home
last modified time | relevance | path

Searched refs:doUnbindService (Results 1 – 3 of 3) 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/hostsidetests/tagging/common/src/android/cts/tagging/
DServiceRunnerActivity.java57 doUnbindService(); in handleMessage()
98 void doUnbindService() { in doUnbindService() method in ServiceRunnerActivity
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java157 doUnbindService(context, intent); in onReceive()
303 private void doUnbindService(Context context, Intent commandIntent) { in doUnbindService() method in CommandReceiver