Searched refs:ACTION_WHITELIST_DEVICE (Results 1 – 4 of 4) sorted by relevance
41 private static final String ACTION_WHITELIST_DEVICE = field in BeamManager138 Intent intent = new Intent(ACTION_WHITELIST_DEVICE); in whitelistOppDevice()
108 static final String ACTION_WHITELIST_DEVICE = field in BeamTransferManager185 Intent intent = new Intent(ACTION_WHITELIST_DEVICE); in whitelistOppDevice()
78 } else if (action.equals(Constants.ACTION_WHITELIST_DEVICE)) { in onReceive()
73 static final String ACTION_WHITELIST_DEVICE = "android.btopp.intent.action.WHITELIST_DEVICE"; field in Constants