Searched refs:ACTION_INCOMING_FILE_CONFIRM (Results 1 – 3 of 3) sorted by relevance
171 public static final String ACTION_INCOMING_FILE_CONFIRM = "android.btopp.intent.action.CONFIRM"; field in Constants
113 } else if (action.equals(Constants.ACTION_INCOMING_FILE_CONFIRM)) { in onReceive()
498 Intent intent = new Intent(Constants.ACTION_INCOMING_FILE_CONFIRM); in updateIncomingFileConfirmNotification()