Searched defs:getList (Results 1 - 11 of 11) 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.java135 public ArrayList<BluetoothMapMessage> getList() { method in class:BluetoothMasRequestGetMessagesListing
140 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/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/
H A DGenericView.java47 public List<T> getList() { method in class:GenericView
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DAbsSpinnerBindingObject.java53 public List<String> getList() { method in class:AbsSpinnerBindingObject
H A DFindMethodBindingObject.java63 public List getList() { method in class:FindMethodBindingObject
/frameworks/base/core/java/android/content/pm/
H A DBaseParceledListSlice.java135 public List<T> getList() { method in class:BaseParceledListSlice
/frameworks/av/media/libstagefright/
H A DACodec.cpp135 std::list<sp<AMessage> > &getList() { return mList; } function in struct:android::MessageList
220 msgList->getList().push_back(msg);
5484 for (std::list<sp<AMessage>>::const_iterator it = msgList->getList().cbegin();
5485 it != msgList->getList().cend(); ++it) {

Completed in 5461 milliseconds