Searched refs:buildFolderUri (Results 1 – 4 of 4) sorted by relevance
83 public static final Uri buildFolderUri(long folderId) { in buildFolderUri() method in PartnerBookmarksContract.Bookmarks
109 Uri result = BluetoothMapContract.buildFolderUri(TEST_AUTHORITY, ACCOUNT_ID); in testBuildFolderUri()
217 public static Uri buildFolderUri(String authority, String accountId) { in buildFolderUri() method in BluetoothMapContract
156 BluetoothMapContract.buildFolderUri(mAuthority, Long.toString(mAccountId)); in BluetoothMapObexServer()