Home
last modified time | relevance | path

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

12

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DDeviceInfoHelper.java82 int deviceType = recordInternal.getDeviceType(); in populateDeviceInfoId() local
129 int deviceType = getCursorInt(cursor, DEVICE_TYPE_COLUMN_NAME); in populateDeviceInfoMap() local
176 private ContentValues getContentValues(String manufacturer, String model, int deviceType) { in getContentValues()
217 DeviceInfo(String manufacturer, String model, @DeviceType int deviceType) { in DeviceInfo()
/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/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsAudioDeviceTypeControllerTest.java99 int deviceType = AUDIO_DEVICE_CATEGORY_SPEAKER; in createAudioDeviceTypePreference_btDeviceIsCategorized_checkSelection() local
111 int deviceType = AUDIO_DEVICE_CATEGORY_SPEAKER; in selectDeviceTypeSpeaker_invokeSetBluetoothAudioDeviceType() local
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java128 int deviceType; in handleConnectionStateChanged() local
156 int deviceType; in handleActiveDeviceChanged() local
DBluetoothDeviceManager.java346 public static String getDeviceTypeString(int deviceType) { in getDeviceTypeString()
359 void onDeviceConnected(BluetoothDevice device, int deviceType) { in onDeviceConnected()
404 void onDeviceDisconnected(BluetoothDevice device, int deviceType) { in onDeviceDisconnected()
DBluetoothRouteManager.java619 public void onActiveDeviceChanged(BluetoothDevice device, int deviceType) { in onActiveDeviceChanged()
933 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.java130 public @DeviceType int deviceType; field in InvariantDeviceProfile
262 @DeviceType int deviceType = getDeviceType(myInfo); in InvariantDeviceProfile() local
334 @DeviceType int deviceType = getDeviceType(displayInfo); in initGrid() local
351 @DeviceType int deviceType) { in initGrid()
502 String gridName, @DeviceType int deviceType, boolean allowDisabledGrid) { in getPredefinedDeviceProfiles()
645 Info displayInfo, ArrayList<DisplayOption> points, @DeviceType int deviceType) { in invDistWeightedInterpolate()
939 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.java645 private Intent buildConnectionActionIntent(int state, BluetoothDevice device, int deviceType) { in buildConnectionActionIntent()
669 private Intent buildActiveDeviceChangeActionIntent(BluetoothDevice device, int deviceType) { in buildActiveDeviceChangeActionIntent()
/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/Connectivity/nearby/framework/java/android/nearby/
DPresenceDevice.java187 byte[] salt, byte[] secretId, byte[] encryptedIdentity, int deviceType, in PresenceDevice()
373 public Builder setDeviceType(@DeviceType int deviceType) { in setDeviceType()
DFastPairDeviceMetadata.java421 public Builder setDeviceType(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/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java61 int deviceType = params.getDeviceType(); in getTlvBufferFromFiraOpenSessionParams() local
DFiraDecoder.java725 int deviceType = tlvs.getByte(SUPPORTED_DEVICE_TYPE_VER_2_0); in getFiraSpecificationParamsFromTlvBuffer() local
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManager.java359 public static FiraOpenSessionParams createOpenSessionParams( in createOpenSessionParams()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiEntryPreferenceTest.java269 int deviceType = NetworkProviderInfo.DEVICE_TYPE_PHONE; in refresh_itsHotspotNetworkEntry_shouldUpdateHotspotIcon() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java148 int deviceType = RANGING_DEVICE_TYPE_CONTROLEE; in getFiraParams() local
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiEntryPreference.java232 void updateHotspotIcon(int deviceType) { in updateHotspotIcon()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DRecordInternal.java232 public RecordInternal<T> setDeviceType(@Device.DeviceType int deviceType) { in setDeviceType()
/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusDevicesController.java335 String deviceType = BluetoothUtils.getStringMetaData(bluetoothDevice, in isDeviceStylus() local

12