Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/javatests/com/android/internal/util/
DStateMachineTest.java92 class ExampleState extends State { class in StateMachineTest
95 ExampleState(String name) { in ExampleState() method in StateMachineTest.ExampleState
114 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName()
125 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames()
136 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines()