Searched defs:updateShare (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DMenuManager.java248 protected void updateShare(MenuItem share, SelectionDetails selectionDetails) { method in class:MenuManager
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java669 updateShare(cursor, arrayPos);
828 private void updateShare(Cursor cursor, int arrayPos) { method in class:BluetoothOppService
837 Log.w(TAG, "updateShare() called for ID " + info.mId + " with null URI");
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMenuManager.java58 updateShare(menu.findItem(R.id.action_menu_share), selection);
126 updateShare(share, selectionDetails);
269 protected void updateShare(MenuItem share, SelectionDetails selectionDetails) { method in class:MenuManager

Completed in 77 milliseconds