Home
last modified time | relevance | path

Searched defs:exampleState (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/modules-utils/javatests/com/android/internal/util/
DStateMachineTest.java114 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName() local
125 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames() local
136 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines() local