HomeSort by relevance Sort by last modified time
    Searched refs:canOpenWith (Results 1 - 5 of 5) sorted by null

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestSelectionDetails.java 35 public boolean canOpenWith;
79 public boolean canOpenWith() {
80 return canOpenWith;
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
SelectionMetadata.java 170 public boolean canOpenWith() {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
MenuManagerTest.java 347 selectionDetails.canOpenWith = true;
356 selectionDetails.canOpenWith = false;
581 selectionDetails.canOpenWith = true;
589 selectionDetails.canOpenWith = false;
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
MenuManager.java 176 openWith.setEnabled(selectionDetails.canOpenWith());
  /packages/apps/DocumentsUI/src/com/android/documentsui/
MenuManager.java 353 boolean canOpenWith();

Completed in 5644 milliseconds