Home
last modified time | relevance | path

Searched refs:sendIntentIfCompleted (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java281 Constants.sendIntentIfCompleted(context, contentUri, status); in updateShareStatus()
288 public static void sendIntentIfCompleted(Context context, Uri contentUri, int status) { in sendIntentIfCompleted() method in Constants
DBluetoothOppTransfer.java332 Constants.sendIntentIfCompleted(mContext, contentUri, info.mStatus); in markBatchFailed()