Searched refs:bools (Results 1 – 4 of 4) sorted by relevance
31 boolean[] bools = new boolean[2];32 source.readBooleanArray(bools);33 LedConfiguration config = new LedConfiguration(color0, color1, bools[0]);34 config.isTransient = bools[1];
40 public SparseBooleanArray bools; field in TestResources51 res.bools = new SparseBooleanArray(); in create()75 bools.put(R.bool.show_documents_root, enabled); in setProductivityDeviceEnabled()80 return bools.get(id); in getBoolean()
151 mActivity.resources.bools.put(R.bool.show_documents_root, false); in testInitLocation_CopyDestination_DefaultsToDownloads()161 mActivity.resources.bools.put(R.bool.show_documents_root, true); in testInitLocation_CopyDestination_DocumentsRootEnabled()565 mActivity.resources.bools.put(R.bool.show_documents_root, false); in testInitLocationDefaultToDownloadsOnAction()
430 mActivity.resources.bools.put(R.bool.show_documents_root, false); in testInitLocation_DefaultsToRecent()439 mActivity.resources.bools.put(R.bool.show_documents_root, false); in testInitLocation_forceDefaultsToRoot()450 mActivity.resources.bools.put(R.bool.show_documents_root, true); in testInitLocation_DocumentsRootEnabled()