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

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 83 public boolean showDeviceStorageOption;
129 out.writeInt(showDeviceStorageOption ? 1 : 0);
145 + ", showDeviceStorageOption=" + showDeviceStorageOption
168 state.showDeviceStorageOption = in.readInt() != 0;
  /packages/apps/DocumentsUI/src/com/android/documentsui/
MenuManager.java 221 advanced.setVisible(mState.showDeviceStorageOption);
222 advanced.setTitle(mState.showDeviceStorageOption && mState.showAdvanced
BaseActivity.java 281 state.showDeviceStorageOption = !Shared.mustShowDeviceRoot(intent);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
MenuManagerTest.java 218 state.showDeviceStorageOption = true;
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
MenuManagerTest.java 367 state.showDeviceStorageOption = true;

Completed in 682 milliseconds