Searched refs:ACTION_OPEN_OUTBOUND_TRANSFER (Results 1 – 6 of 6) sorted by relevance
71 static final String ACTION_OPEN_OUTBOUND_TRANSFER = "android.btopp.intent.action.OPEN_OUTBOUND"; field in Constants
507 Intent in = new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in updateCompletedNotification()513 new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER) in updateCompletedNotification()
104 isOutbound = Constants.ACTION_OPEN_OUTBOUND_TRANSFER.equals(action); in onCreate()
167 } else if (action.equals(Constants.ACTION_OPEN_OUTBOUND_TRANSFER) in onReceive()
182 mIntent.setAction(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in onCreate_withDirectionOutbound_displayOutboundHistory()
199 intent.setAction(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity()