Searched refs:libraryProcessType (Results 1 - 1 of 1) sorted by relevance

/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoader.java113 * @param libraryProcessType the process the shared library is loaded in. refer to
117 public static LibraryLoader get(int libraryProcessType) throws ProcessInitException { argument
120 if (sInstance.mLibraryProcessType == libraryProcessType) return sInstance;
124 sInstance = new LibraryLoader(libraryProcessType);
129 private LibraryLoader(int libraryProcessType) { argument
130 mLibraryProcessType = libraryProcessType;

Completed in 97 milliseconds