Searched refs:DESTINATION (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 146 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY in createTable() 214 copyString(BluetoothShare.DESTINATION, values, filteredValues); in insert()
|
D | BluetoothOppManager.java | 473 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertMultipleShare() 495 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress()); in insertSingleShare()
|
D | BluetoothShare.java | 144 public static final String DESTINATION = "destination"; field in BluetoothShare
|
D | BluetoothOppUtility.java | 106 info.mDestAddr = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord() 376 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()
|
D | BluetoothOppTransferAdapter.java | 94 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in bindView()
|
D | BluetoothOppTransferHistory.java | 128 BluetoothShare.DESTINATION, in onCreate()
|
D | BluetoothOppService.java | 725 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)), in insertShare() 857 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare()
|
D | TestActivity.java | 253 values.put(BluetoothShare.DESTINATION, address);
|
D | BluetoothOppObexServerSession.java | 276 values.put(BluetoothShare.DESTINATION, destination); in onPut()
|
D | BluetoothOppNotification.java | 275 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in updateActiveNotification()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 158 final int DESTINATION = 6; field 261 final int destination = cursor.getInt(UpdateQuery.DESTINATION); in updateWithLocked()
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | NavStateController.java | 351 case DESTINATION: in getManeuverIcon()
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/ |
D | NavStateController.java | 349 case DESTINATION: in getManeuverIcon()
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 315 DESTINATION = 50; enumerator
|