Home
last modified time | relevance | path

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

/lifecycle/integration-tests/testapp/src/main/java/androidx/lifecycle/testapp/
DSimpleAppLifecycleTestActivity.java48 private TestEventType mType; field in SimpleAppLifecycleTestActivity.TestObserver
51 mType = type; in TestObserver()
57 sCollectedEvents.add(new Pair<>(mType, event)); in onEvent()