Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/cts/util/
DSurfaceControlViewHostHelper.java177 Class<? extends EmbeddedSCVHService> classToBind; in bindEmbeddedService() local
179 classToBind = InProcessEmbeddedSCVHService.class; in bindEmbeddedService()
181 classToBind = EmbeddedSCVHService.class; in bindEmbeddedService()
183 Intent intent = new Intent(mContext, classToBind); in bindEmbeddedService()
184 intent.setAction(classToBind.getName()); in bindEmbeddedService()