Searched refs:showDeviceStorageOption (Results 1 – 5 of 5) sorted by relevance
84 public boolean showDeviceStorageOption; field in State157 out.writeInt(showDeviceStorageOption ? 1 : 0); in writeToParcel()173 + ", showDeviceStorageOption=" + showDeviceStorageOption in toString()196 state.showDeviceStorageOption = in.readInt() != 0;
246 advanced.setVisible(mState.showDeviceStorageOption); in updateAdvanced()247 advanced.setTitle(mState.showDeviceStorageOption && mState.showAdvanced in updateAdvanced()
368 state.showDeviceStorageOption = !Shared.mustShowDeviceRoot(intent); in getState()
270 state.showDeviceStorageOption = true; in testOptionMenu_showAdvanced()
428 state.showDeviceStorageOption = true; in testOptionMenu_ShowAdvanced()