Searched refs:mForUserId (Results 1 – 1 of 1) sorted by relevance
76 private final Integer mForUserId; field in BlockingUserLifecycleListener91 mForUserId = builder.mForUserId; in BlockingUserLifecycleListener()128 private Integer mForUserId; field in BlockingUserLifecycleListener.Builder159 mForUserId = userId; in forUser()192 if (expectingSpecificUser() && event.getUserId() != mForUserId) { in onEvent()193 Log.w(TAG, "ignoring event for different user (expecting " + mForUserId + ")"); in onEvent()286 + (expectingSpecificUser() ? ",forUser=" + mForUserId : "") in stateToString()314 return mForUserId != null; in expectingSpecificUser()