Home
last modified time | relevance | path

Searched refs:DESTINATION (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java146 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable()
214 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
DBluetoothOppManager.java473 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertMultipleShare()
495 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertSingleShare()
DBluetoothShare.java144 public static final String DESTINATION = "destination"; field in BluetoothShare
DBluetoothOppUtility.java106 info.mDestAddr = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord()
376 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()
DBluetoothOppTransferAdapter.java94 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in bindView()
DBluetoothOppTransferHistory.java128 BluetoothShare.DESTINATION, in onCreate()
DBluetoothOppService.java725 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)), in insertShare()
857 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare()
DTestActivity.java253 values.put(BluetoothShare.DESTINATION, address);
DBluetoothOppObexServerSession.java276 values.put(BluetoothShare.DESTINATION, destination); in onPut()
DBluetoothOppNotification.java275 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in updateActiveNotification()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java158 final int DESTINATION = 6; field
261 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DNavStateController.java351 case DESTINATION: in getManeuverIcon()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DNavStateController.java349 case DESTINATION: in getManeuverIcon()
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto315 DESTINATION = 50; enumerator