Searched refs:classToBind (Results 1 – 1 of 1) sorted by relevance
177 Class<? extends EmbeddedSCVHService> classToBind; in bindEmbeddedService() local179 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()