Home
last modified time | relevance | path

Searched defs:share (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexSession.java73 void addShare(BluetoothOppShareInfo share); in addShare()
DBluetoothOppBatch.java211 BluetoothOppShareInfo share = mShares.get(i); in getPendingShare() local
DBluetoothOppTransfer.java278 private void markShareTimeout(BluetoothOppShareInfo share) { in markShareTimeout()
680 private void tickShareStatus(BluetoothOppShareInfo share) { in tickShareStatus()
DBluetoothOppObexClientSession.java109 public void addShare(BluetoothOppShareInfo share) { in addShare()
/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java77 public void onItemSelectedStateChanged(ShareActionProvider share, in onItemSelectedStateChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java840 int share = (int) (childExtra * delta / weightSum); in measureVertical() local