Searched refs:AdbConfigImpl (Results 1 – 1 of 1) sorted by relevance
24 class AdbConfigImpl : public AdbConfig { class26 INJECT(AdbConfigImpl()) {} in INJECT() argument52 return fruit::createComponent().bind<AdbConfig, AdbConfigImpl>(); in AdbConfigComponent()