HomeSort by relevance Sort by last modified time
    Searched defs:mFactory (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationDescriptorTest.java 30 private ConfigurationFactory mFactory;
34 mFactory =
49 IConfiguration config = mFactory.createConfigurationFromArgs(new String[] {"test-config"});
55 mFactory.createConfigurationFromArgs(
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 32 private SSLCertificateSocketFactory mFactory;
39 mFactory = (SSLCertificateSocketFactory) SSLCertificateSocketFactory.getDefault(mTimeout);
43 SSLConfigurationAsserts.assertSSLSocketFactoryDefaultConfiguration(mFactory);
47 mFactory.getSupportedCipherSuites();
48 mFactory.getDefaultCipherSuites();
60 mFactory.createSocket(inetAddress, port);
69 mFactory.createSocket(inetAddress1, port, inetAddress2, port);
77 mFactory.createSocket(socket, host, port, true);
83 socket = mFactory.createSocket(host, port);
106 mFactory.createSocket(TEST_CREATE_SOCKET_HOST, TEST_CREATE_SOCKET_PORT)
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
ManagedTestDeviceFactoryTest.java 33 ManagedTestDeviceFactory mFactory;
43 mFactory = new ManagedTestDeviceFactory(true, mMockDeviceManager, mMockDeviceMonitor) ;
49 assertTrue(mFactory.isTcpDeviceSerial(input));
54 assertTrue(mFactory.isTcpDeviceSerial(input));
59 assertFalse(mFactory.isTcpDeviceSerial(input));
64 assertFalse(mFactory.isTcpDeviceSerial(input));
69 assertFalse(mFactory.isTcpDeviceSerial(input));
78 mFactory = new ManagedTestDeviceFactory(true, mMockDeviceManager, mMockDeviceMonitor) {
94 assertTrue(mFactory.checkFrameworkSupport(mMockDevice));
104 mFactory = new ManagedTestDeviceFactory(true, mMockDeviceManager, mMockDeviceMonitor)
    [all...]
  /cts/suite/audio_quality/lib/include/task/
ModelBuilder.h 68 GenericFactory* mFactory;
  /cts/tests/tests/text/src/android/text/cts/
Editable_FactoryTest.java 34 private Factory mFactory;
42 mFactory = new Editable.Factory();
43 Editable actual = mFactory.newEditable(source);
50 mFactory = Factory.getInstance();
51 assertTrue(mFactory instanceof Editable.Factory);
  /developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 50 mSwitcher.setFactory(mFactory);
91 private ViewFactory mFactory = new ViewFactory() {
  /developers/samples/android/ui/views/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 50 mSwitcher.setFactory(mFactory);
91 private ViewFactory mFactory = new ViewFactory() {
  /development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java 50 mSwitcher.setFactory(mFactory);
91 private ViewFactory mFactory = new ViewFactory() {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
SSLServerSocketFactoryWrapper.java 40 private SSLServerSocketFactory mFactory;
47 mFactory = sslcontext.getServerSocketFactory();
59 return mFactory.createServerSocket(port);
65 return mFactory.createServerSocket(port, backlog);
71 return mFactory.createServerSocket(port, backlog, ifAddress);
76 return mFactory.getDefaultCipherSuites();
81 return mFactory.getSupportedCipherSuites();
SSLSocketFactoryWrapper.java 41 private SSLSocketFactory mFactory;
59 mFactory = sslcontext.getSocketFactory();
71 return mFactory.createSocket();
78 return mFactory.createSocket(inaddr, i);
84 return mFactory.createSocket(inaddr, i, inaddr1, j);
90 return mFactory.createSocket(socket, s, i, flag);
95 return mFactory.createSocket(s, i);
101 return mFactory.createSocket(s, i, inaddr, j);
106 return mFactory.getDefaultCipherSuites();
111 return mFactory.getSupportedCipherSuites()
    [all...]
  /frameworks/av/media/libmedia/include/media/
Crypto.h 66 CryptoFactory *mFactory;
Drm.h 155 DrmFactory *mFactory;
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
ProvisioningControllerFactoryTest.java 50 private ProvisioningControllerFactory mFactory = new ProvisioningControllerFactory();
62 mFactory.createProvisioningController(InstrumentationRegistry.getTargetContext(),
73 mFactory.createProvisioningController(InstrumentationRegistry.getTargetContext(),
  /frameworks/base/core/java/android/widget/
RemoteViewsService.java 134 mFactory = factory;
142 mFactory.onDataSetChanged();
154 count = mFactory.getCount();
164 rv = mFactory.getViewAt(position);
177 rv = mFactory.getLoadingView();
187 count = mFactory.getViewTypeCount();
197 id = mFactory.getItemId(position);
207 hasStableIds = mFactory.hasStableIds();
230 private RemoteViewsFactory mFactory;
ViewSwitcher.java 34 ViewFactory mFactory;
85 View child = mFactory.makeView();
103 mFactory = factory;
  /frameworks/support/lifecycle/extensions/src/main/java/android/arch/lifecycle/
ViewModelProvider.java 49 private final Factory mFactory;
74 mFactory = factory;
128 viewModel = mFactory.create(modelClass);
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursor.java 33 private final CursorCreator<T> mFactory;
46 mFactory = factory;
68 final T model = mFactory.createFromCursor(c);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
RetryFactoryTestTest.java 50 private RetryFactoryTest mFactory;
91 mFactory = new RetryFactoryTest() {
109 OptionSetter setter = new OptionSetter(mFactory);
112 mFactory.run(mMockListener);
123 Collection<IRemoteTest> res = mFactory.split(2);
  /frameworks/base/core/tests/coretests/src/android/app/backup/
FullBackupTest.java 40 private XmlPullParserFactory mFactory;
49 mFactory = XmlPullParserFactory.newInstance();
50 mXpp = mFactory.newPullParser();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIFactory.java 51 static SystemUIFactory mFactory;
54 return mFactory;
66 mFactory = (SystemUIFactory) cls.newInstance();
  /hardware/interfaces/cas/1.0/default/
FactoryLoader.h 39 mFactory(NULL), mCreateFactoryFuncName(name) {}
54 T* mFactory;
156 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) {
165 *factory = mFactory;
176 if (!openFactory(path) || mFactory->queryPlugins(&descriptors) != OK) {
210 if (createFactory == NULL || (mFactory = createFactory()) == NULL) {
218 delete mFactory;
219 mFactory = NULL;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
SuggestionDismissControllerTest.java 60 private FakeFeatureFactory mFactory;
67 mFactory = (FakeFeatureFactory) FakeFeatureFactory.getFactory(mContext);
113 verify(mFactory.suggestionsFeatureProvider).dismissSuggestion(
  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
AssistGestureSettingsPreferenceControllerTest.java 55 private FakeFeatureFactory mFactory;
64 mFactory = (FakeFeatureFactory) FakeFeatureFactory.getFactory(mContext);
72 when(mFactory.assistGestureFeatureProvider.isSensorAvailable(mContext)).thenReturn(true);
78 when(mFactory.assistGestureFeatureProvider.isSupported(mContext)).thenReturn(false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 51 private PropertyFactory mFactory;
62 mFactory = factory;
69 return mFactory;
252 return mFactory.getGraphicalEditor();
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/
JSONFileKeyStoreFactoryTest.java 38 private JSONFileKeyStoreFactory mFactory;
43 mFactory = new JSONFileKeyStoreFactory();
58 OptionSetter setter = new OptionSetter(mFactory);
60 IKeyStoreClient client = mFactory.createKeyStoreClient();
62 IKeyStoreClient client2 = mFactory.createKeyStoreClient();
69 OptionSetter setter = new OptionSetter(mFactory);
71 IKeyStoreClient client = mFactory.createKeyStoreClient();
74 IKeyStoreClient client2 = mFactory.createKeyStoreClient();
85 OptionSetter setter = new OptionSetter(mFactory);
87 IKeyStoreClient client = mFactory.createKeyStoreClient()
    [all...]

Completed in 1063 milliseconds

1 2 3 4 5 6 7