/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
D | HdHomeRunDevice.java | 81 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/ |
D | UwbMetricsTest.java | 105 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/ |
D | WifiP2pWfdInfoTest.java | 66 assertEquals(WifiP2pWfdInfo.DEVICE_TYPE_WFD_SOURCE, info.getDeviceType()); in testSettersGetters()
|
/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/ |
D | PresenceDeviceTest.java | 69 assertThat(device.getDeviceType()).isEqualTo(DEVICE_TYPE); in testBuilder()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | DeviceGridState.java | 73 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/ |
D | MainActivity.java | 679 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/ |
D | InvariantDeviceProfile.java | 242 @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/ |
D | WifiP2pWfdInfo.java | 300 public int getDeviceType() { in getDeviceType() method in WifiP2pWfdInfo
|
/packages/modules/Uwb/service/java/com/android/server/uwb/params/ |
D | FiraEncoder.java | 55 .putByte(ConfigParam.DEVICE_TYPE, (byte) params.getDeviceType()) in getTlvBufferFromFiraOpenSessionParams()
|
/packages/modules/Connectivity/nearby/framework/java/android/nearby/ |
D | FastPairDeviceMetadata.java | 95 public int getDeviceType() { in getDeviceType() method in FastPairDeviceMetadata
|
D | PresenceDevice.java | 114 public int getDeviceType() { in getDeviceType() method in PresenceDevice
|
/packages/apps/Launcher3/src/com/android/launcher3/provider/ |
D | RestoreDbTask.java | 352 .putSync(RESTORE_DEVICE.to(new DeviceGridState(context).getDeviceType())); in setPending()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbMetrics.java | 109 mIsController = params.getDeviceType() == FiraParams.RANGING_DEVICE_TYPE_CONTROLLER; in parseFiraParams()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/ |
D | Utils.java | 461 metadataParcel.deviceType = fpInformation.getDeviceType().getNumber(); in convertToFastPairDeviceMetadata()
|
/packages/modules/Uwb/service/support_lib/test/ |
D | FiraTests.java | 188 assertEquals(params.getDeviceType(), deviceType); in testOpenSessionParams()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | TvInputManagerHelper.java | 840 switch (info.getHdmiDeviceInfo().getDeviceType()) { in getTvInputTypeForPriority()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/ |
D | FiraOpenSessionParams.java | 288 public int getDeviceType() { in getDeviceType() method in FiraOpenSessionParams
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 395 int getDeviceType() { in getDeviceType() method in RemoteDevices.DeviceProperties
|
D | AdapterService.java | 2627 ? deviceProp.getDeviceType() : BluetoothDevice.DEVICE_TYPE_UNKNOWN; in getRemoteType()
|
/packages/modules/Connectivity/framework-t/api/ |
D | system-current.txt | 105 method public int getDeviceType();
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 2902 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/ |
D | current.txt | 1343 method public int getDeviceType();
|