Home | History | Annotate | Download | only in device

Lines Matching refs:mFactory

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) {
120 assertFalse(mFactory.checkFrameworkSupport(mMockDevice));
130 mFactory = new ManagedTestDeviceFactory(true, mMockDeviceManager, mMockDeviceMonitor) {
153 assertTrue(mFactory.checkFrameworkSupport(mMockDevice));