Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java158 public ICtsSelfManagedConnectionServiceControl getInterface() { in getInterface() method in SelfManagedConnectionServiceTest.TestServiceConnection
180 control.getInterface().init(); in bindExternalSelfManagedServiceAndRegister()
181 control.getInterface().registerPhoneAccount(account); in bindExternalSelfManagedServiceAndRegister()
199 c.getInterface().unregisterPhoneAccount(c.getAssociatedAccount().getAccountHandle()); in tearDownControl()
200 c.getInterface().deInit(); in tearDownControl()
752 placeSelfManagedCallOnTestApp(selfManagedConnection.getInterface(), in testSelfManagedAndSimBasedCallSwapping()
1399 boolean result = conn.getInterface().placeOutgoingCall( in testPlaceIncorrectSelfManagedCallFromRemote()
1422 placeSelfManagedCallOnTestApp(conn.getInterface(), in testCallSwapBetweenTwoSelfManagedConnectionServices()
1430 assertTrue(conn.getInterface().getAudioModeIsVoip()); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1444 assertEquals(conn.getInterface().getConnectionState(), Connection.STATE_HOLDING); in testCallSwapBetweenTwoSelfManagedConnectionServices()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUsbMicrophoneTester.java44 UsbInterface usbInterface = usbDevice.getInterface(i); in getUSBDeviceListString()
59 UsbInterface usbInterface = usbDevice.getInterface(i); in getIsMicrophoneConnected()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/
DMtpHostTestActivity.java279 connection.claimInterface(mUsbDevice.getInterface(i), true);
280 connection.releaseInterface(mUsbDevice.getInterface(i));
377 final UsbInterface usbInterface = device.getInterface(i);
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DAccessoryTestCompanion.java111 if (mDevice.getInterface(i).getName().equals("Android Accessory Interface")) { in runTest()
112 iface = mDevice.getInterface(i); in runTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java2072 allInterfaces.add(device.getInterface(i).toString()); in setConfigurationTests()
2074 if (device.getInterface(i).getName().equals("Android Accessory Interface")) { in setConfigurationTests()
2075 iface = device.getInterface(i); in setConfigurationTests()
2174 UsbInterface iface = config.getInterface(interfaceNum); in enumerateDevices()
2214 assertTrue(interfacesFromAllConfigs.contains(device.getInterface(interfaceNum))); in enumerateDevices()
2238 allInterfaces.add(device.getInterface(i).toString()); in runTests()
2240 if (device.getInterface(i).getName().equals("Android Accessory Interface")) { in runTests()
2241 iface = device.getInterface(i); in runTests()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dwifi-current.txt1340 method public String getInterface();
Dcurrent.txt20545 method @NonNull public android.hardware.usb.UsbInterface getInterface(int);
20603 method @NonNull public android.hardware.usb.UsbInterface getInterface(int);