Searched refs:ACTION_OPEN_OUTBOUND_TRANSFER (Results 1 – 3 of 3) sorted by relevance
63 …public static final String ACTION_OPEN_OUTBOUND_TRANSFER = "android.btopp.intent.action.OPEN_OUTBO… field in Constants
172 } else if (action.equals(Constants.ACTION_OPEN_OUTBOUND_TRANSFER)) { in onReceive()
420 intent = new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in updateCompletedNotification()