Searched refs:ACTION_TIMEOUT_CONNECT (Results 1 – 2 of 2) sorted by relevance
78 new IntentFilter(BluetoothPeripheralHandover.ACTION_TIMEOUT_CONNECT)); in onCreate()98 if (BluetoothPeripheralHandover.ACTION_TIMEOUT_CONNECT.equals(intent.getAction())) {
62 static final String ACTION_TIMEOUT_CONNECT = "com.android.nfc.handover.action.TIMEOUT_CONNECT"; field in BluetoothPeripheralHandover624 mContext.sendBroadcast(new Intent(ACTION_TIMEOUT_CONNECT));