/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/data/ |
D | UwbConfigTest.java | 246 assertEquals(controleeParams.getDeviceType(), RANGING_DEVICE_TYPE_CONTROLEE); in testGetOpenSessionParams() 269 assertEquals(controllerParams.getDeviceType(), RANGING_DEVICE_TYPE_CONTROLEE); in testGetOpenSessionParams() 295 assertEquals(controleeParams.getDeviceType(), RANGING_DEVICE_TYPE_CONTROLEE); in testGetOpenSessionParamsForDynamicStsIndKey() 329 assertEquals(controleeParams.getDeviceType(), RANGING_DEVICE_TYPE_CONTROLEE); in testPacsControllerProfileForProvSTSIndKey()
|
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/ |
D | MindfulSessionRecordInternalTest.java | 179 assertThat(decodedRecord.getDeviceType()).isEqualTo(DEVICE_TYPE_WATCH); in writeToParcel_populateUsing_allFieldsSet() 218 assertThat(decodedRecord.getDeviceType()).isEqualTo(DEVICE_TYPE_UNKNOWN); in writeToParcel_populateUsing_optionalFieldsNotSet() 274 assertThat(internalRecord.getDeviceType()).isEqualTo(DEVICE_TYPE_WATCH); in mindfulnessSessionRecord_toInternalRecord_allFieldsSet() 311 assertThat(internalRecord.getDeviceType()).isEqualTo(DEVICE_TYPE_UNKNOWN); in mindfulnessSessionRecord_toInternalRecord_optionalFieldsNotSet()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/params/ |
D | FiraEncoder.java | 75 int deviceType = params.getDeviceType(); in getTlvBufferFromFiraOpenSessionParams() 132 tlvBufferBuilder.putByte(ConfigParam.DEVICE_TYPE, (byte) params.getDeviceType()); in getTlvBufferFromFiraOpenSessionParams() 280 if (params.getDeviceType() == FiraParams.RANGING_DEVICE_TYPE_CONTROLEE) { in configureStsParameters() 288 if (params.getDeviceType() == FiraParams.RANGING_DEVICE_TYPE_CONTROLEE) { in configureStsParameters()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/ |
D | RecordInternal.java | 235 public int getDeviceType() { in getDeviceType() method in RecordInternal 294 .setType(getDeviceType()) in buildMetaData()
|
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/ |
D | DiscoveryFilter.java | 57 public @DeviceType int getDeviceType() { in getDeviceType() method in DiscoveryFilter
|
D | CdmConnectivityManager.java | 92 String deviceProfile = getDeviceProfileFromType(discoveryFilter.getDeviceType()); in startDiscoveryAsync()
|
/packages/apps/Settings/src/com/android/settings/wifi/slice/ |
D | WifiSliceItem.java | 71 mInstantHotspotDeviceType = ((HotspotNetworkEntry) wifiEntry).getDeviceType(); in WifiSliceItem()
|
/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/apps/Launcher3/src/com/android/launcher3/model/ |
D | DeviceGridState.java | 81 public @DeviceType int getDeviceType() { in getDeviceType() method in DeviceGridState
|
/packages/modules/Uwb/service/support_lib/test/ |
D | FiraTests.java | 226 assertEquals(params.getDeviceType(), deviceType); in testOpenSessionParams() 691 assertEquals(deviceType, params.getDeviceType()); in testSpecificationParams() 717 assertEquals(deviceType, fromBundle.getDeviceType()); in testSpecificationParams() 748 assertEquals(deviceType, fromCopy.getDeviceType()); in testSpecificationParams()
|
/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/ |
D | PresenceDeviceTest.java | 69 assertThat(device.getDeviceType()).isEqualTo(DEVICE_TYPE); in testBuilder()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbMetricsTest.java | 173 when(mFiraParams.getDeviceType()).thenReturn(FiraParams.RANGING_DEVICE_TYPE_CONTROLLER); in setUp() 309 when(mFiraParams.getDeviceType()).thenReturn(FiraParams.RANGING_DEVICE_TYPE_CONTROLEE); in testLogRangingSessionInitFiraInvalidParams()
|
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
D | WifiP2pWfdInfo.java | 300 public int getDeviceType() { in getDeviceType() method in WifiP2pWfdInfo
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/ |
D | DeviceInfoHelper.java | 87 int deviceType = recordInternal.getDeviceType(); in populateDeviceInfoId()
|
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/ |
D | TvMediaOutputController.java | 102 int mediaDeviceType = mediaDevice.getDeviceType(); in getDevicePriorityGroup()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiEntryPreference.java | 161 updateHotspotIcon(((HotspotNetworkEntry) mWifiEntry).getDeviceType()); in refresh()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbSessionManager.java | 323 && uwbSession.getDeviceType() == DEVICE_TYPE_CONTROLLER; in handleRangingResultErrorStreakTimers() 1102 int deviceType = firaOpenSessionParams.getDeviceType(); in suspendRangingPreconditionCheck() 1119 int deviceType = firaOpenSessionParams.getDeviceType(); in sessionUpdateMulticastListCmdPreconditioncheck() 1400 int deviceType = uwbSession.getDeviceType(); in handleSetHybridSessionControllerConfiguration() 1503 int deviceType = uwbSession.getDeviceType(); in handleSetHybridSessionControleeConfiguration() 2743 this.mDeviceType = firaParams.getDeviceType(); in UwbSession() 3004 public int getDeviceType() { in getDeviceType() method in UwbSessionManager.UwbSession
|
/packages/modules/Connectivity/nearby/framework/java/android/nearby/ |
D | PresenceDevice.java | 115 public int getDeviceType() { in getDeviceType() method in PresenceDevice
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | InternetPreferenceController.java | 176 drawIcon(getHotspotIconResource(((HotspotNetworkEntry) entry).getDeviceType())); in updateHotspotNetwork()
|
/packages/modules/Uwb/androidx_backend/tests/src/androidx/core/uwb/backend/impl/internal/ |
D | RangingControleeTest.java | 164 assertEquals(params.getDeviceType(), FiraParams.RANGING_DEVICE_TYPE_CONTROLEE);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | WifiEntryPreferenceTest.java | 298 when(mHotspotNetworkEntry.getDeviceType()).thenReturn(deviceType); in refresh_itsHotspotNetworkEntry_shouldUpdateHotspotIcon()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 664 int deviceType = mRemoteDevices.getDeviceProperties(device).getDeviceType(); in cleanupPrevBondRecordsFor() 681 mRemoteDevices.getDeviceProperties(existingDevice).getDeviceType(); in cleanupPrevBondRecordsFor()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/ |
D | FiraDecoderTest.java | 236 assertEquals(firaSpecificationParams.getDeviceType(), RANGING_DEVICE_TYPE_CONTROLLER); in verifyFiraSpecificationVersion2()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 267 @DeviceType int defaultDeviceType = defaultInfo.getDeviceType(); in InvariantDeviceProfile() 276 @DeviceType int deviceType = myInfo.getDeviceType(); in InvariantDeviceProfile() 340 @DeviceType int deviceType = displayInfo.getDeviceType(); in initGrid()
|