Searched refs:ACTION_OPEN_OUTBOUND_TRANSFER (Results 1 – 4 of 4) sorted by relevance
68 static final String ACTION_OPEN_OUTBOUND_TRANSFER = "android.btopp.intent.action.OPEN_OUTBOUND"; field in Constants
157 } else if (action.equals(Constants.ACTION_OPEN_OUTBOUND_TRANSFER)) { in onReceive()
448 Intent contentIntent = new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER).setClassName( in updateCompletedNotification()
154 intent.setAction(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity()