Searched refs:CTS_SERVICE_PACKAGE (Results 1 – 19 of 19) sorted by relevance
19 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;74 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
19 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;67 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
19 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;66 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
20 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;69 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
23 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;177 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
22 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;86 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
24 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;128 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionServiceName()
23 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;205 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionServiceName()
26 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;312 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
23 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;172 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
25 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;126 return new ComponentName(CTS_SERVICE_PACKAGE, SERVICE_COMPONENT).flattenToString(); in getTestVoiceInteractionService()
63 Helper.CTS_SERVICE_PACKAGE;
25 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;132 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
24 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;131 return new ComponentName(CTS_SERVICE_PACKAGE, SERVICE_COMPONENT).flattenToString(); in getTestVoiceInteractionService()
31 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;130 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionServiceName()
27 import static android.voiceinteraction.cts.testcore.Helper.CTS_SERVICE_PACKAGE;256 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
78 public static final String CTS_SERVICE_PACKAGE = "android.voiceinteraction.cts"; field in Helper