Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java142 MenuItem openWith = menu.findItem(R.id.dir_menu_open_with); in updateContextMenuForFiles() local
148 updateOpenWith(openWith, selectionDetails); in updateContextMenuForFiles()
279 protected void updateOpenWith(MenuItem openWith, SelectionDetails selectionDetails) { in updateOpenWith() argument
280 openWith.setVisible(false); in updateOpenWith()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java159 protected void updateOpenWith(MenuItem openWith, SelectionDetails selectionDetails) { in updateOpenWith() argument
160 openWith.setVisible(true); in updateOpenWith()
161 openWith.setEnabled(selectionDetails.canOpenWith()); in updateOpenWith()