HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothPeripheralHandover (Results 1 - 3 of 3) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java 51 Intent allowIntent = new Intent(BluetoothPeripheralHandover.ACTION_ALLOW_CONNECT);
61 Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT);
72 new IntentFilter(BluetoothPeripheralHandover.ACTION_TIMEOUT_CONNECT));
80 Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT);
91 if (BluetoothPeripheralHandover.ACTION_TIMEOUT_CONNECT.equals(intent.getAction())) {
PeripheralHandoverService.java 41 public class PeripheralHandoverService extends Service implements BluetoothPeripheralHandover.Callback {
74 BluetoothPeripheralHandover mBluetoothPeripheralHandover;
179 mBluetoothPeripheralHandover = new BluetoothPeripheralHandover(
BluetoothPeripheralHandover.java 55 public class BluetoothPeripheralHandover implements BluetoothProfile.ServiceListener {
56 static final String TAG = "BluetoothPeripheralHandover";
120 public BluetoothPeripheralHandover(Context context, BluetoothDevice device, String name,

Completed in 100 milliseconds