Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java248 Constants.sendIntentIfCompleted(context, contentUri, status); in updateShareStatus()
252 static void sendIntentIfCompleted(Context context, Uri contentUri, int status) { in sendIntentIfCompleted() method in Constants
DBluetoothOppTransfer.java509 Constants.sendIntentIfCompleted(mContext, contentUri, info.mStatus); in markBatchFailed()