OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canOpenWith
(Results
1 - 5
of
5
) sorted by null
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestSelectionDetails.java
34
public boolean
canOpenWith
;
73
public boolean
canOpenWith
() {
74
return
canOpenWith
;
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
SelectionMetadata.java
161
public boolean
canOpenWith
() {
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
MenuManagerTest.java
293
selectionDetails.
canOpenWith
= true;
302
selectionDetails.
canOpenWith
= false;
465
selectionDetails.
canOpenWith
= true;
473
selectionDetails.
canOpenWith
= false;
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
MenuManager.java
174
openWith.setEnabled(selectionDetails.
canOpenWith
());
/packages/apps/DocumentsUI/src/com/android/documentsui/
MenuManager.java
330
boolean
canOpenWith
();
Completed in 600 milliseconds