Home
last modified time | relevance | path

Searched refs:ACTION_TIMEOUT_CONNECT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java78 new IntentFilter(BluetoothPeripheralHandover.ACTION_TIMEOUT_CONNECT)); in onCreate()
98 if (BluetoothPeripheralHandover.ACTION_TIMEOUT_CONNECT.equals(intent.getAction())) {
DBluetoothPeripheralHandover.java62 static final String ACTION_TIMEOUT_CONNECT = "com.android.nfc.handover.action.TIMEOUT_CONNECT"; field in BluetoothPeripheralHandover
624 mContext.sendBroadcast(new Intent(ACTION_TIMEOUT_CONNECT));