Home
last modified time | relevance | path

Searched refs:mFactory (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DSSLCertificateSocketFactoryTest.java32 private SSLCertificateSocketFactory mFactory; field in SSLCertificateSocketFactoryTest
39 mFactory = (SSLCertificateSocketFactory) SSLCertificateSocketFactory.getDefault(mTimeout); in setUp()
43 SSLConfigurationAsserts.assertSSLSocketFactoryDefaultConfiguration(mFactory); in testDefaultConfiguration()
47 mFactory.getSupportedCipherSuites(); in testAccessProperties()
48 mFactory.getDefaultCipherSuites(); in testAccessProperties()
60 mFactory.createSocket(inetAddress, port); in testCreateSocket()
69 mFactory.createSocket(inetAddress1, port, inetAddress2, port); in testCreateSocket()
77 mFactory.createSocket(socket, host, port, true); in testCreateSocket()
83 socket = mFactory.createSocket(host, port); in testCreateSocket()
106 mFactory.createSocket(TEST_CREATE_SOCKET_HOST, TEST_CREATE_SOCKET_PORT); in test_createSocket_simple()
[all …]
/cts/tests/tests/text/src/android/text/cts/
DEditable_FactoryTest.java26 Factory mFactory; field in Editable_FactoryTest
35 mFactory = new Editable.Factory(); in testNewEditable()
36 Editable actual = mFactory.newEditable(source); in testNewEditable()
44 mFactory = Factory.getInstance(); in testGetInstance()
45 assertTrue(mFactory instanceof Editable.Factory); in testGetInstance()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteOpenHelperTest.java37 private SQLiteDatabase.CursorFactory mFactory = new SQLiteDatabase.CursorFactory() { field in SQLiteOpenHelperTest
51 new MockOpenHelper(mContext, TEST_DATABASE_NAME, mFactory, TEST_VERSION); in testConstructor()
55 new MockOpenHelper(mContext, TEST_DATABASE_NAME, mFactory, TEST_ILLEGAL_VERSION); in testConstructor()
98 return new MockOpenHelper(mContext, TEST_DATABASE_NAME, mFactory, TEST_VERSION); in getOpenHelper()
/cts/suite/audio_quality/lib/src/task/
DModelBuilder.cpp68 : mFactory(new GenericFactory()) in ModelBuilder()
74 : mFactory(factory) in ModelBuilder()
80 delete mFactory; in ~ModelBuilder()
106 UniquePtr<TaskGeneric> taskSelf(mFactory->createTask(typeSelf)); in parseGeneric()
188 reinterpret_cast<TaskBatch*>(mFactory->createTask(TaskGeneric::ETaskBatch))); in parseBatch()
/cts/suite/audio_quality/lib/include/task/
DModelBuilder.h67 GenericFactory* mFactory; variable
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java50 private final Factory mFactory = new Factory() { field in LayoutInflaterTest
91 mLayoutInflater.setFactory(mFactory); in testAccessLayoutInflaterProperties()
92 assertSame(mFactory, mLayoutInflater.getFactory()); in testAccessLayoutInflaterProperties()
/cts/tools/dex-tools/dex/
Dclasses.out.dex20463 private final android.database.sqlite.SQLiteDatabase$CursorFactory mFactory
28452 private android.database.sqlite.SQLiteDatabase$CursorFactory mFactory
29035 private android.database.sqlite.SQLiteDatabase$CursorFactory mFactory
60831 private android.preference.GenericInflater$Factory mFactory
83976 private android.view.LayoutInflater$Factory mFactory
104397 android.widget.ViewSwitcher$ViewFactory mFactory
107237 private android.widget.TabHost$TabContentFactory mFactory