Searched refs:mExpectedEventTypes (Results 1 – 1 of 1) sorted by relevance
70 private final List<Integer> mExpectedEventTypes; field in BlockingUserLifecycleListener91 mExpectedEventTypes = Collections in BlockingUserLifecycleListener()92 .unmodifiableList(new ArrayList<>(builder.mExpectedEventTypes)); in BlockingUserLifecycleListener()93 mExpectedEventTypesLeft = builder.mExpectedEventTypes; in BlockingUserLifecycleListener()136 private final List<Integer> mExpectedEventTypes = new ArrayList<>(); field in BlockingUserLifecycleListener.Builder162 mExpectedEventTypes.add(eventType); in addExpectedEvent()296 + ",expectedEventTypes=" + toString(mExpectedEventTypes) in stateToString()333 return mExpectedEventTypes.isEmpty(); in isForAnyEvent()