Searched refs:consoleMsgs (Results 1 – 2 of 2) sorted by relevance
33 String[] consoleMsgs) { in NativeLibInJarException() argument37 mConsoleMsgs = consoleMsgs; in NativeLibInJarException()
420 ArrayList<String> consoleMsgs = new ArrayList<String>(); in finalPackage() local422 consoleMsgs.add(String.format( in finalPackage()427 …consoleMsgs.add("Additionally some of those libraries will interfer with the installation of the a… in finalPackage()428 consoleMsgs.add("lib/ is reserved for NDK libraries."); in finalPackage()431 consoleMsgs.add("The following libraries were found:"); in finalPackage()434 consoleMsgs.add(" - " + lib); in finalPackage()437 … String[] consoleStrings = consoleMsgs.toArray(new String[consoleMsgs.size()]); in finalPackage()