Searched refs:USER_CONFIRMATION_TIMEOUT_ACTION (Results 1 – 3 of 3) sorted by relevance
83 if (!BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION.equals(intent.getAction())) {123 BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION)); in onCreate()
69 …public static final String USER_CONFIRMATION_TIMEOUT_ACTION = "android.btopp.intent.action.USER_CO… field in BluetoothShare
268 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); in handleMessage()