HomeSort by relevance Sort by last modified time
    Searched full:openfactory (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/cas/1.0/default/
FactoryLoader.h 70 bool openFactory(const String8 &path);
156 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) {
176 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) {
190 bool FactoryLoader<T>::openFactory(const String8 &path) {
  /frameworks/support/room/testing/src/main/java/android/arch/persistence/room/testing/
MigrationTestHelper.java 102 * @param openFactory Factory class that allows creation of {@link SupportSQLiteOpenHelper}
105 SupportSQLiteOpenHelper.Factory openFactory) {
111 mOpenFactory = openFactory;

Completed in 131 milliseconds