Searched refs:mExpectedEventTypes (Results 1 – 1 of 1) sorted by relevance
69 private final List<Integer> mExpectedEventTypes; field in BlockingUserLifecycleListener87 mExpectedEventTypes = Collections in BlockingUserLifecycleListener()88 .unmodifiableList(new ArrayList<>(builder.mExpectedEventTypes)); in BlockingUserLifecycleListener()89 mExpectedEventTypesLeft = builder.mExpectedEventTypes; in BlockingUserLifecycleListener()124 private final List<Integer> mExpectedEventTypes = new ArrayList<>(); field in BlockingUserLifecycleListener.Builder150 mExpectedEventTypes.add(eventType); in addExpectedEvent()284 + ",expectedEventTypes=" + toString(mExpectedEventTypes) in stateToString()310 return mExpectedEventTypes.isEmpty(); in isForAnyEvent()