Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/storage/
DCacheQuotaServiceImpl.java96 double share = getFairShareForPosition(count) / sum; in onComputeCacheQuotaHints() local
105 double medianValue, share; in onComputeCacheQuotaHints() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexSession.java73 void addShare(BluetoothOppShareInfo share); in addShare()
DBluetoothOppBatch.java198 BluetoothOppShareInfo share = mShares.get(i); in getPendingShare() local
DBluetoothOppTransfer.java401 private void markShareTimeout(BluetoothOppShareInfo share) { in markShareTimeout()
884 private void tickShareStatus(BluetoothOppShareInfo share) { in tickShareStatus()
DBluetoothOppObexClientSession.java130 public void addShare(BluetoothOppShareInfo share) { in addShare()
/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java60 public void onItemSelectedStateChanged(ShareActionProvider share, in onItemSelectedStateChanged()
/packages/modules/Virtualization/pvmfw/src/virtio/
Dhal.rs86 unsafe fn share(buffer: NonNull<[u8]>, direction: BufferDirection) -> PhysAddr { in share() method
/packages/modules/Virtualization/vmbase/example/src/
Dpci.rs128 unsafe fn share(buffer: NonNull<[u8]>, _direction: BufferDirection) -> PhysAddr { in share() method
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java154 MenuItem share = menu.findItem(R.id.dir_menu_share); in updateContextMenuForFiles() local
317 protected void updateShare(MenuItem share, SelectionDetails selectionDetails) { in updateShare()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java840 int share = (int) (childExtra * delta / weightSum); in measureVertical() local