Home
last modified time | relevance | path

Searched refs:getDeviceType (Results 1 – 22 of 22) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDevice.java81 public int getDeviceType() { in getDeviceType() method in HdHomeRunDevice
144 hash = hash * 31 + getDeviceType(); in hashCode()
158 && getDeviceType() == rhs.getDeviceType() in equals()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbMetricsTest.java105 when(mFiraParams.getDeviceType()).thenReturn(FiraParams.RANGING_DEVICE_TYPE_CONTROLLER); in setUp()
195 when(mFiraParams.getDeviceType()).thenReturn(FiraParams.RANGING_DEVICE_TYPE_CONTROLEE); in testLogRangingSessionInitFiraInvalidParams()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pWfdInfoTest.java66 assertEquals(WifiP2pWfdInfo.DEVICE_TYPE_WFD_SOURCE, info.getDeviceType()); in testSettersGetters()
/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/
DPresenceDeviceTest.java69 assertThat(device.getDeviceType()).isEqualTo(DEVICE_TYPE); in testBuilder()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DDeviceGridState.java73 public @DeviceType int getDeviceType() { in getDeviceType() method in DeviceGridState
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/src/android/nearby/fastpair/provider/simulator/app/
DMainActivity.java679 device.getDeviceType().equals(DeviceType.ANDROID_AUTO)) in reset()
727 || device.getDeviceType().equals(DeviceType.ANDROID_AUTO)) { in reset()
745 switch (device.getDeviceType()) { in getIoCapabilityFromModelId()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java242 @DeviceType int defaultDeviceType = getDeviceType(defaultInfo); in InvariantDeviceProfile()
251 @DeviceType int deviceType = getDeviceType(myInfo); in InvariantDeviceProfile()
299 private static @DeviceType int getDeviceType(Info displayInfo) { in getDeviceType() method in InvariantDeviceProfile
322 @DeviceType int deviceType = getDeviceType(displayInfo); in initGrid()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pWfdInfo.java300 public int getDeviceType() { in getDeviceType() method in WifiP2pWfdInfo
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java55 .putByte(ConfigParam.DEVICE_TYPE, (byte) params.getDeviceType()) in getTlvBufferFromFiraOpenSessionParams()
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DFastPairDeviceMetadata.java95 public int getDeviceType() { in getDeviceType() method in FastPairDeviceMetadata
DPresenceDevice.java114 public int getDeviceType() { in getDeviceType() method in PresenceDevice
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DRestoreDbTask.java352 .putSync(RESTORE_DEVICE.to(new DeviceGridState(context).getDeviceType())); in setPending()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbMetrics.java109 mIsController = params.getDeviceType() == FiraParams.RANGING_DEVICE_TYPE_CONTROLLER; in parseFiraParams()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/
DUtils.java461 metadataParcel.deviceType = fpInformation.getDeviceType().getNumber(); in convertToFastPairDeviceMetadata()
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java188 assertEquals(params.getDeviceType(), deviceType); in testOpenSessionParams()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java840 switch (info.getHdmiDeviceInfo().getDeviceType()) { in getTvInputTypeForPriority()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java288 public int getDeviceType() { in getDeviceType() method in FiraOpenSessionParams
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java395 int getDeviceType() { in getDeviceType() method in RemoteDevices.DeviceProperties
DAdapterService.java2627 ? deviceProp.getDeviceType() : BluetoothDevice.DEVICE_TYPE_UNKNOWN; in getRemoteType()
/packages/modules/Connectivity/framework-t/api/
Dsystem-current.txt105 method public int getDeviceType();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java2902 if (getDeviceType(device) != AbstractionLayer.BT_DEVICE_TYPE_BREDR) { in getDevicesMatchingConnectionStates()
4478 private int getDeviceType(BluetoothDevice device) { in getDeviceType() method in GattService
/packages/modules/Wifi/framework/api/
Dcurrent.txt1343 method public int getDeviceType();