Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A DStateMachineTest.java116 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName() local
127 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames() local
138 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines() local
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java112 State exampleState = new ExampleState(null); in testToStringSucceedsEvenIfStateHasNoName() local
123 State exampleState = new ExampleState("exampleState"); in testToStringIncludesMachineAndStateNames() local
134 State exampleState = new ExampleState("exampleState"); in testToStringDoesNotContainMultipleLines() local