Searched defs:apexName (Results 1 – 6 of 6) sorted by relevance
78 private String getTestApex(ApexName apexName, ApexType apexType, ApexVersion apexVersion, in getTestApex()139 private String getInstalledApexFileName(ApexName apexName, ApexVersion apexVersion) { in getInstalledApexFileName()
120 protected final void uninstallApex(String apexName) throws Exception { in uninstallApex()
78 private boolean deviceHasActiveApex(String apexName) throws Exception { in deviceHasActiveApex()
31 const char *_Nonnull apexName, int flag) { in AApexSupport_loadLibrary()
879 std::string_view apexName = parseApexName(param.fileName); in buildObject() local
1015 std::optional<std::string> apexName = "com.test"; in TEST_F() local