Searched refs:getTreeDocumentUri (Results 1 – 3 of 3) sorted by relevance
157 assertThat(TEST_DOC.getTreeDocumentUri()) in testGetTreeDocumentUri_currentUser()170 assertThat(otherUserDoc.getTreeDocumentUri()).isNotEqualTo(doc.getTreeDocumentUri()); in testGetTreeDocumentUri_otherUser_shouldHaveDifferentUri()182 assertThat(otherUserDoc.getTreeDocumentUri().getHost()) in testGetTreeDocumentUri_otherUser_sameHostAndPath()183 .isEqualTo(doc.getTreeDocumentUri().getHost()); in testGetTreeDocumentUri_otherUser_sameHostAndPath()184 assertThat(otherUserDoc.getTreeDocumentUri().getPath()) in testGetTreeDocumentUri_otherUser_sameHostAndPath()185 .isEqualTo(doc.getTreeDocumentUri().getPath()); in testGetTreeDocumentUri_otherUser_sameHostAndPath()197 assertThat(otherUserDoc.getTreeDocumentUri().getUserInfo()) in testGetTreeDocumentUri_otherUser_userInfo()198 .isNotEqualTo(doc.getTreeDocumentUri().getUserInfo()); in testGetTreeDocumentUri_otherUser_userInfo()201 assertThat(otherUserDoc.getTreeDocumentUri().getUserInfo()) in testGetTreeDocumentUri_otherUser_userInfo()
83 final Uri treeUri = mTarget.getTreeDocumentUri(); in onCreateDialog()
350 public Uri getTreeDocumentUri() { in getTreeDocumentUri() method in DocumentInfo