Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/
DProjectionFragment.java47 private static final ImmutableMap<Integer, String> STATE_TO_STRING = ImmutableMap.of( field in ProjectionFragment
64 mCurrentProjectionStatus.setText(STATE_TO_STRING.get(state)); in onProjectionStatusChanged()
77 detailState.setText(STATE_TO_STRING.get(detail.getState())); in onProjectionStatusChanged()