Home
last modified time | relevance | path

Searched refs:showDeviceStorageOption (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java84 public boolean showDeviceStorageOption; field in State
157 out.writeInt(showDeviceStorageOption ? 1 : 0); in writeToParcel()
173 + ", showDeviceStorageOption=" + showDeviceStorageOption in toString()
196 state.showDeviceStorageOption = in.readInt() != 0;
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java246 advanced.setVisible(mState.showDeviceStorageOption); in updateAdvanced()
247 advanced.setTitle(mState.showDeviceStorageOption && mState.showAdvanced in updateAdvanced()
DBaseActivity.java368 state.showDeviceStorageOption = !Shared.mustShowDeviceRoot(intent); in getState()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DMenuManagerTest.java270 state.showDeviceStorageOption = true; in testOptionMenu_showAdvanced()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DMenuManagerTest.java428 state.showDeviceStorageOption = true; in testOptionMenu_ShowAdvanced()