Searched refs:stateNames (Results 1 – 4 of 4) sorted by relevance
65 public StateWaiter(String[] stateNames) { in StateWaiter() argument66 mStateCount = stateNames.length; in StateWaiter()68 System.arraycopy(stateNames, /*srcPos*/0, mStateNames, /*dstPos*/0, mStateCount); in StateWaiter()
76 val stateNames = resources.getStringArray(R.array.tile_states_rotation) in getSecondaryLabelWithPosture() constant78 stateNames[ in getSecondaryLabelWithPosture()
536 final String[] stateNames = {"s"}; in testConfig_isCompatible() local542 stateNames); in testConfig_isCompatible()550 stateNames))); in testConfig_isCompatible()562 stateNames))); in testConfig_isCompatible()570 stateNames))); in testConfig_isCompatible()578 stateNames))); in testConfig_isCompatible()
100 @Nullable String[] stateNames) { in Config() argument110 mStateNames = stateNames != null ? stateNames : new String[] {""}; in Config()172 final String[] stateNames = in.readStringArray(); in createFromParcel() local174 supportedMultiStateBuckets, stateNames); in createFromParcel()