OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseAccounts
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java
64
* using the method
parseAccounts
().
102
ArrayList<BluetoothMapAccountItem> accounts =
parseAccounts
(app);
157
public ArrayList<BluetoothMapAccountItem>
parseAccounts
(BluetoothMapAccountItem app) {
BluetoothMapAppObserver.java
91
ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.
parseAccounts
(app);
269
mLoader.
parseAccounts
(app);
Completed in 48 milliseconds