Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDiscover.java69 int targetIp, int deviceType, int deviceId, int maxCount) { in findDevices()
196 private int send(int targetIp, int deviceType, int deviceId) { in send()
202 private int sendWildcardIp(int deviceType, int deviceId) { in sendWildcardIp()
222 private int sendTargetIp(int targetIp, int deviceType, int deviceId) { in sendTargetIp()
317 private boolean send(int targetIp, int deviceType, int deviceId) { in send()
DHdHomeRunDevice.java59 int ipAddress, int deviceType, int deviceId, int tunerIndex, String deviceModel) { in HdHomeRunDevice()
DHdHomeRunUtils.java74 int targetIp, int deviceType, int deviceId, int maxCount) { in findHdHomeRunDevices()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java125 int deviceType; in handleConnectionStateChanged() local
153 int deviceType; in handleActiveDeviceChanged() local
DBluetoothDeviceManager.java320 public static String getDeviceTypeString(int deviceType) { in getDeviceTypeString()
333 void onDeviceConnected(BluetoothDevice device, int deviceType) { in onDeviceConnected()
376 void onDeviceDisconnected(BluetoothDevice device, int deviceType) { in onDeviceDisconnected()
DBluetoothRouteManager.java619 public void onActiveDeviceChanged(BluetoothDevice device, int deviceType) { in onActiveDeviceChanged()
938 public void setActiveDeviceCacheForTesting(BluetoothDevice device, int deviceType) { in setActiveDeviceCacheForTesting()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/
DUtils.java195 Rpcs.DeviceType deviceType = in convertToFastPairDevicesWithAccountKey() local
254 Rpcs.DeviceType deviceType = in convertToDevice() local
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java132 public @DeviceType int deviceType; field in InvariantDeviceProfile
251 @DeviceType int deviceType = getDeviceType(myInfo); in InvariantDeviceProfile() local
322 @DeviceType int deviceType = getDeviceType(displayInfo); in initGrid() local
339 @DeviceType int deviceType) { in initGrid()
485 String gridName, @DeviceType int deviceType, boolean allowDisabledGrid) { in getPredefinedDeviceProfiles()
628 Info displayInfo, ArrayList<DisplayOption> points, @DeviceType int deviceType) { in invDistWeightedInterpolate()
882 public boolean isEnabled(@DeviceType int deviceType) { in isEnabled()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DAudioDeviceInfoBuilder.java43 public AudioDeviceInfoBuilder setType(int deviceType) { in setType()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java511 private Intent buildConnectionActionIntent(int state, BluetoothDevice device, int deviceType) { in buildConnectionActionIntent()
535 private Intent buildActiveDeviceChangeActionIntent(BluetoothDevice device, int deviceType) { in buildActiveDeviceChangeActionIntent()
DBluetoothRouteTransitionTests.java290 int deviceType = BluetoothDeviceManager.DEVICE_TYPE_HEADSET; in testTransitions() local
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DPresenceDevice.java138 byte[] salt, byte[] secretId, byte[] encryptedIdentity, int deviceType, in PresenceDevice()
324 public Builder setDeviceType(@DeviceType int deviceType) { in setDeviceType()
DFastPairDeviceMetadata.java421 public Builder setDeviceType(int deviceType) { in setDeviceType()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pWfdInfo.java279 public boolean setR2DeviceType(@DeviceType int deviceType) { in setR2DeviceType()
321 public boolean setDeviceType(@DeviceType int deviceType) { in setDeviceType()
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_property_fuzzer.cpp54 bt_device_type_t deviceType = in process() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothDeviceFragment.java105 TextView deviceType = new TextView(context); in checkAllDevices() local
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamStatusReceiver.java109 private void handleTransferEvent(Intent intent, int deviceType) { in handleTransferEvent()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtils.java189 final String deviceType = BluetoothUtils.getStringMetaData(bluetoothDevice, in isAdvancedDetailsHeader() local
DAdvancedBluetoothDetailsHeaderController.java192 final String deviceType = BluetoothUtils.getStringMetaData(device, in refresh() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java142 int deviceType = RANGING_DEVICE_TYPE_CONTROLEE; in getFiraParams() local
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java78 int deviceType = RANGING_DEVICE_TYPE_CONTROLEE; in testOpenSessionParams() local
188 assertEquals(params.getDeviceType(), deviceType); in testOpenSessionParams() local
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_service/fastpair_seeker_data_provider/shared/android/nearby/fastpair/seeker/
DFastPairTestDataCache.kt115 @SerializedName("device_type") val deviceType: Int, constant in android.nearby.fastpair.seeker.FastPairTestDataCache.FastPairDeviceMetadataData
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java178 @RangingDeviceType int deviceType, in FiraOpenSessionParams()
901 public FiraOpenSessionParams.Builder setDeviceType(@RangingDeviceType int deviceType) { in setDeviceType()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp503 int32_t deviceType; in getType() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java1169 private String dumpDeviceType(int deviceType) { in dumpDeviceType()

12