/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/ |
D | DeviceInfoHelper.java | 87 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/ |
D | HdHomeRunDiscover.java | 69 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()
|
D | HdHomeRunDevice.java | 59 int ipAddress, int deviceType, int deviceId, int tunerIndex, String deviceModel) { in HdHomeRunDevice()
|
D | HdHomeRunUtils.java | 74 int targetIp, int deviceType, int deviceId, int maxCount) { in findHdHomeRunDevices()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsAudioDeviceTypeControllerTest.java | 100 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/ |
D | DiscoveryFilter.java | 45 public DiscoveryFilter( in DiscoveryFilter() 98 public Builder setDeviceType(@DeviceType int deviceType) { in setDeviceType()
|
D | CdmConnectivityManager.java | 110 private String getDeviceProfileFromType(@DeviceType int deviceType) { in getDeviceProfileFromType()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothStateReceiver.java | 177 int deviceType; in handleConnectionStateChanged() local 219 int deviceType; in handleActiveDeviceChanged() local
|
D | BluetoothDeviceManager.java | 466 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/ |
D | AudioDeviceInfoBuilder.java | 48 public AudioDeviceInfoBuilder setType(int deviceType) { in setType()
|
/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/audio/ |
D | AudioDeviceInfoBuilder.java | 52 public AudioDeviceInfoBuilder setType(int deviceType) { in setType()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 134 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/ |
D | WifiP2pWfdInfo.java | 279 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/ |
D | PresenceDevice.java | 187 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/ |
D | btcore_property_fuzzer.cpp | 54 bt_device_type_t deviceType = in process() local
|
/packages/modules/Uwb/generic_ranging/src/com/android/ranging/generic/ranging/ |
D | UwbAdapter.java | 75 DeviceType deviceType) in UwbAdapter()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | BluetoothDeviceFragment.java | 105 TextView deviceType = new TextView(context); in checkAllDevices() local
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | DeviceGridState.java | 56 public DeviceGridState(int columns, int row, int numHotseat, int deviceType, String dbFile) { in DeviceGridState()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothDeviceManagerTest.java | 832 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/ |
D | WifiEntryPreferenceTest.java | 297 int deviceType = NetworkProviderInfo.DEVICE_TYPE_PHONE; in refresh_itsHotspotNetworkEntry_shouldUpdateHotspotIcon() local
|
/packages/modules/Uwb/service/java/com/android/server/uwb/params/ |
D | FiraEncoder.java | 75 int deviceType = params.getDeviceType(); in getTlvBufferFromFiraOpenSessionParams() local
|
D | FiraDecoder.java | 742 int deviceType = tlvs.getByte(SUPPORTED_DEVICE_TYPE_VER_2_0); in getFiraSpecificationParamsFromTlvBuffer() local
|
/packages/modules/Uwb/generic_ranging/tests/multidevices/snippet/ |
D | GenericRangingSnippet.java | 201 int deviceType = config.getInt("deviceType"); in startUwbRanging() local
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiEntryPreference.java | 236 void updateHotspotIcon(int deviceType) { in updateHotspotIcon()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbConfigurationManagerTest.java | 206 int deviceType = RANGING_DEVICE_TYPE_CONTROLEE; in getFiraParams() local
|