Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java234 TestConnection conn2 = new TestConnection(false, false); in bindExpectResult() local
244 getContext().bindService(service, conn2, 0); in bindExpectResult()
247 getContext().unbindService(conn2); in bindExpectResult()
254 getContext().unbindService(conn2); in bindExpectResult()