Home
last modified time | relevance | path

Searched refs:mCards (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapVcardList.java37 private final ArrayList<VCardEntry> mCards = new ArrayList<VCardEntry>(); field in BluetoothPbapVcardList
47 mCards.add(entry); in onEntryCreated()
87 return mCards.size(); in getCount()
91 return mCards; in getList()
95 return mCards.get(0); in getFirst()
DBluetoothPbapVcardListing.java33 ArrayList<BluetoothPbapCard> mCards = new ArrayList<BluetoothPbapCard>(); field in BluetoothPbapVcardListing
53 mCards.add(card); in parse()
64 return mCards; in getList()