HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_BT_OPP_TRANSFER_PROGRESS (Results 1 - 3 of 3) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 60 static final String ACTION_BT_OPP_TRANSFER_PROGRESS =
135 filter.addAction(ACTION_BT_OPP_TRANSFER_PROGRESS);
324 } else if (action.equals(ACTION_BT_OPP_TRANSFER_PROGRESS) ||
365 } else if (action.equals(ACTION_BT_OPP_TRANSFER_PROGRESS)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 96 public static final String ACTION_BT_OPP_TRANSFER_PROGRESS =
BluetoothOppNotification.java 300 Intent intent = new Intent(Constants.ACTION_BT_OPP_TRANSFER_PROGRESS);

Completed in 53 milliseconds