Searched defs:getList (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapFolderListing.java66 public ArrayList<String> getList() { method in class:BluetoothMapFolderListing
H A DBluetoothMapMessagesListing.java81 public ArrayList<BluetoothMapMessage> getList() { method in class:BluetoothMapMessagesListing
H A DBluetoothMasRequestGetFolderListing.java63 public ArrayList<String> getList() { method in class:BluetoothMasRequestGetFolderListing
68 return mResponse.getList();
H A DBluetoothMasRequestGetMessagesListing.java130 public ArrayList<BluetoothMapMessage> getList() { method in class:BluetoothMasRequestGetMessagesListing
135 return mResponse.getList();
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapVcardListing.java63 public ArrayList<BluetoothPbapCard> getList() { method in class:BluetoothPbapVcardListing
H A DBluetoothPbapVcardList.java84 public ArrayList<VCardEntry> getList() { method in class:BluetoothPbapVcardList
H A DBluetoothPbapRequestPullPhoneBook.java108 public ArrayList<VCardEntry> getList() { method in class:BluetoothPbapRequestPullPhoneBook
109 return mResponse.getList();
H A DBluetoothPbapRequestPullVcardListing.java103 public ArrayList<BluetoothPbapCard> getList() { method in class:BluetoothPbapRequestPullVcardListing
104 return mResponse.getList();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContactEntry.java40 public List<ContentValues> getList() { method in class:ContactEntry
/frameworks/base/core/java/android/webkit/
H A DPluginList.java56 public synchronized List getList() { method in class:PluginList
/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.java124 public List<T> getList() { method in class:ParceledListSlice
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregatorManager.java74 return getList(getDataMap(dataName));
150 private ArrayList<StringString> getList(final Map<String, String> sample) { method in class:AggregatorManager

Completed in 2448 milliseconds