Searched refs:ACTION_SEND_FILE (Results 1 – 2 of 2) sorted by relevance
26 public static final String ACTION_SEND_FILE = "com.example.android.wifidirect.SEND_FILE"; field in FileTransferService47 if (intent.getAction().equals(ACTION_SEND_FILE)) { in onHandleIntent()
129 serviceIntent.setAction(FileTransferService.ACTION_SEND_FILE); in onActivityResult()