Home | History | Annotate | Download | only in opp

Lines Matching refs:Constants

57     private static final boolean V = Constants.VERBOSE;
300 Intent intent = new Intent(Constants.ACTION_BT_OPP_TRANSFER_PROGRESS);
302 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
303 Constants.DIRECTION_BLUETOOTH_INCOMING);
305 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_DIRECTION,
306 Constants.DIRECTION_BLUETOOTH_OUTGOING);
308 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, item.id);
309 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_PROGRESS, progress);
310 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, item.destination);
311 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION);
331 Intent intent = new Intent(Constants.ACTION_LIST);
332 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
404 intent = new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER);
405 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
408 intent = new Intent(Constants.ACTION_COMPLETE_HIDE);
409 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
451 intent = new Intent(Constants.ACTION_OPEN_INBOUND_TRANSFER);
452 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
455 intent = new Intent(Constants.ACTION_COMPLETE_HIDE);
456 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
492 Intent intent = new Intent(Constants.ACTION_INCOMING_FILE_CONFIRM);
493 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
500 intent = new Intent(Constants.ACTION_HIDE);
501 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());