Searched refs:mExpectedEventTypes (Results 1 – 1 of 1) sorted by relevance
67 private final List<Integer> mExpectedEventTypes; field in BlockingUserLifecycleListener83 mExpectedEventTypes = Collections in BlockingUserLifecycleListener()84 .unmodifiableList(new ArrayList<>(builder.mExpectedEventTypes)); in BlockingUserLifecycleListener()85 mExpectedEventTypesLeft = builder.mExpectedEventTypes; in BlockingUserLifecycleListener()120 private final List<Integer> mExpectedEventTypes = new ArrayList<>(); field in BlockingUserLifecycleListener.Builder146 mExpectedEventTypes.add(eventType); in addExpectedEvent()280 + ",expectedEventTypes=" + toString(mExpectedEventTypes) in stateToString()306 return mExpectedEventTypes.isEmpty(); in isForAnyEvent()