Home | History | Annotate | Download | only in opp

Lines Matching refs:share

84          * Called to notify when a share is added into the batch
90 * Called to notify when a share is deleted from the batch
120 * Add one share into the batch.
134 * Delete one share from the batch. Not used now.
136 /*It should only be called under requirement that cancel one single share, but not to
156 * 2) Go through mShares list and mark all incomplete share as CANCELED status
181 /** check if a specific share is in this batch */
203 * @return BluetoothOppShareInfo, for the first pending share, or null if
208 BluetoothOppShareInfo share = mShares.get(i);
209 if (share.mStatus == BluetoothShare.STATUS_PENDING) {
210 return share;