Home
last modified time | relevance | path

Searched refs:otherUserProperties (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DInflateMessageDocumentHolderTest.java104 UserProperties otherUserProperties = new UserProperties.Builder() in setUp() local
111 .thenReturn(otherUserProperties); in setUp()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DUserManagerStateTest.java115 UserProperties otherUserProperties = new UserProperties.Builder() in setup() local
130 when(mMockUserManager.getUserProperties(mOtherUser)).thenReturn(otherUserProperties); in setup()