OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newAccountList
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
AccountUtils.java
44
List<Account>
newAccountList
= new ArrayList<Account>();
59
newAccountList
.add(accounts[i]);
62
return
newAccountList
;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppObserver.java
91
ArrayList<BluetoothMapAccountItem>
newAccountList
= mLoader.parseAccounts(app);
94
(ArrayList<BluetoothMapAccountItem>)
newAccountList
.clone();
102
mFullList.put(app,
newAccountList
);
103
for(BluetoothMapAccountItem newAcc:
newAccountList
){
268
ArrayList<BluetoothMapAccountItem>
newAccountList
=
270
mFullList.put(app,
newAccountList
);
BluetoothMapService.java
683
ArrayList<BluetoothMapAccountItem>
newAccountList
=
690
for(BluetoothMapAccountItem account:
newAccountList
) {
729
mEnabledAccounts =
newAccountList
;
[
all
...]
/packages/apps/Email/src/com/android/email/
EmailNotificationController.java
[
all
...]
Completed in 114 milliseconds