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.java230 Constants.sendIntentIfCompleted(context, contentUri, status); in updateShareStatus()
234 static void sendIntentIfCompleted(Context context, Uri contentUri, int status) { in sendIntentIfCompleted() method in Constants
DBluetoothOppTransfer.java437 Constants.sendIntentIfCompleted(mContext, contentUri, info.mStatus); in markBatchFailed()