Home
last modified time | relevance | path

Searched refs:bools (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DLedConfiguration.java31 boolean[] bools = new boolean[2];
32 source.readBooleanArray(bools);
33 LedConfiguration config = new LedConfiguration(color0, color1, bools[0]);
34 config.isTransient = bools[1];
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestResources.java41 public SparseBooleanArray bools; field in TestResources
52 res.bools = new SparseBooleanArray(); in create()
75 return bools.get(id); in getBoolean()