Home
last modified time | relevance | path

Searched refs:createList (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
DUrisSupplierTest.java51 private static final List<Uri> SHORT_URI_LIST = createList(3);
52 private static final List<Uri> LONG_URI_LIST = createList(Shared.MAX_DOCS_IN_INTENT + 5);
143 private static List<Uri> createList(int count) { in createList() method in UrisSupplierTest
DClipStorageTest.java53 private static final List<Uri> TEST_URIS = createList(
156 private static List<Uri> createList(String... values) { in createList() method in ClipStorageTest
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java762 itemsFound = createList(appParamValue, needSendBody, size, result, type); in sendVcardListingXml()
795 private int createList(AppParamValue appParamValue, int needSendBody, int size, in createList() method in BluetoothPbapObexServer