Home
last modified time | relevance | path

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

12

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DDeviceInfoHelper.java87 int deviceType = recordInternal.getDeviceType(); in populateDeviceInfoId() local
136 int deviceType = getCursorInt(cursor, DEVICE_TYPE_COLUMN_NAME); in populateDeviceInfoMap() local
183 private ContentValues getContentValues(String manufacturer, String model, int deviceType) { in getContentValues()
224 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.java100 int deviceType = AUDIO_DEVICE_CATEGORY_SPEAKER; in createAudioDeviceTypePreference_btDeviceIsCategorized_checkSelection() local
116 int deviceType = AUDIO_DEVICE_CATEGORY_SPEAKER; in selectDeviceTypeSpeaker_invokeSetBluetoothAudioDeviceType() local
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/
DDiscoveryFilter.java45 public DiscoveryFilter( in DiscoveryFilter()
98 public Builder setDeviceType(@DeviceType int deviceType) { in setDeviceType()
DCdmConnectivityManager.java110 private String getDeviceProfileFromType(@DeviceType int deviceType) { in getDeviceProfileFromType()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java177 int deviceType; in handleConnectionStateChanged() local
219 int deviceType; in handleActiveDeviceChanged() local
DBluetoothDeviceManager.java466 public static String getDeviceTypeString(int deviceType) { in getDeviceTypeString()
480 public void onDeviceConnected(BluetoothDevice device, int deviceType) { in onDeviceConnected()
532 void onDeviceDisconnected(BluetoothDevice device, int deviceType) { in onDeviceDisconnected()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DAudioDeviceInfoBuilder.java48 public AudioDeviceInfoBuilder setType(int deviceType) { in setType()
/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/audio/
DAudioDeviceInfoBuilder.java52 public AudioDeviceInfoBuilder setType(int deviceType) { in setType()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java134 public @DeviceType int deviceType; field in InvariantDeviceProfile
276 @DeviceType int deviceType = myInfo.getDeviceType(); in InvariantDeviceProfile() local
340 @DeviceType int deviceType = displayInfo.getDeviceType(); in initGrid() local
366 @DeviceType int deviceType) { in initGrid()
525 String gridName, @DeviceType int deviceType, boolean allowDisabledGrid) { in getPredefinedDeviceProfiles()
707 Info displayInfo, ArrayList<DisplayOption> points, @DeviceType int deviceType) { in invDistWeightedInterpolate()
1038 public boolean isEnabled(@DeviceType int deviceType) { in isEnabled()
/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()
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_property_fuzzer.cpp54 bt_device_type_t deviceType = in process() local
/packages/modules/Uwb/generic_ranging/src/com/android/ranging/generic/ranging/
DUwbAdapter.java75 DeviceType deviceType) in UwbAdapter()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothDeviceFragment.java105 TextView deviceType = new TextView(context); in checkAllDevices() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DDeviceGridState.java56 public DeviceGridState(int columns, int row, int numHotseat, int deviceType, String dbFile) { in DeviceGridState()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java832 private Intent buildConnectionActionIntent(int state, BluetoothDevice device, int deviceType) { in buildConnectionActionIntent()
856 private Intent buildActiveDeviceChangeActionIntent(BluetoothDevice device, int deviceType) { in buildActiveDeviceChangeActionIntent()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiEntryPreferenceTest.java297 int deviceType = NetworkProviderInfo.DEVICE_TYPE_PHONE; in refresh_itsHotspotNetworkEntry_shouldUpdateHotspotIcon() local
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java75 int deviceType = params.getDeviceType(); in getTlvBufferFromFiraOpenSessionParams() local
DFiraDecoder.java742 int deviceType = tlvs.getByte(SUPPORTED_DEVICE_TYPE_VER_2_0); in getFiraSpecificationParamsFromTlvBuffer() local
/packages/modules/Uwb/generic_ranging/tests/multidevices/snippet/
DGenericRangingSnippet.java201 int deviceType = config.getInt("deviceType"); in startUwbRanging() local
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiEntryPreference.java236 void updateHotspotIcon(int deviceType) { in updateHotspotIcon()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java206 int deviceType = RANGING_DEVICE_TYPE_CONTROLEE; in getFiraParams() local

12