OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newAccounts
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
PhoneAccountOperationsTest.java
180
final List<PhoneAccountHandle>
newAccounts
= mTelecomManager.getCallCapablePhoneAccounts();
181
assertNotNull("No enabled Phone account found.",
newAccounts
);
182
assertEquals("1 new enabled Phone account expected.",
newAccounts
.size(),
185
newAccounts
.contains(TEST_PHONE_ACCOUNT_HANDLE));
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java
86
final List<Uri>
newAccounts
= new ArrayList<Uri>(allAccounts.length);
88
newAccounts
.add(account.settings.defaultInbox);
93
if (!
newAccounts
.contains(previous)) {
98
for (final Uri fresh :
newAccounts
) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
665
*
newAccounts
- accounts that have been enabled since mEnabledAccounts
685
ArrayList<BluetoothMapAccountItem>
newAccounts
= null;
687
newAccounts
= new ArrayList<BluetoothMapAccountItem>();
692
newAccounts
.add(account);
709
if(
newAccounts
!= null) {
711
for(BluetoothMapAccountItem account :
newAccounts
) {
[
all
...]
Completed in 798 milliseconds