Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java90 class ExampleState extends State { class in StateMachineTest
93 ExampleState(String name) { in ExampleState() method in StateMachineTest.ExampleState
112 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName()
123 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames()
134 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A DStateMachineTest.java94 static class ExampleState extends State { class in StateMachineTest
97 ExampleState(String name) { in ExampleState() method in StateMachineTest.ExampleState
116 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName()
127 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames()
138 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines()