Searched refs:otherUserProperties (Results 1 – 2 of 2) sorted by relevance
104 UserProperties otherUserProperties = new UserProperties.Builder() in setUp() local111 .thenReturn(otherUserProperties); in setUp()
115 UserProperties otherUserProperties = new UserProperties.Builder() in setup() local130 when(mMockUserManager.getUserProperties(mOtherUser)).thenReturn(otherUserProperties); in setup()