OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allAccounts
(Results
1 - 13
of
13
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
AllAccountObserver.java
75
* @param
allAccounts
the array of all accounts in the current application.
77
public abstract void onChanged(Account[]
allAccounts
);
FolderWatcher.java
79
* @param
allAccounts
all the current accounts on the device.
81
public void updateAccountList(Account[]
allAccounts
) {
82
if (
allAccounts
== null) {
86
final List<Uri> newAccounts = new ArrayList<Uri>(
allAccounts
.length);
87
for (final Account account :
allAccounts
) {
Account.java
539
final Account[]
allAccounts
= new Account[initialLength];
542
allAccounts
[i++] = cursor.getModel();
546
return
allAccounts
;
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java
304
List<PhoneAccount>
allAccounts
= mPhoneAccountRegistrar
307
if (
allAccounts
.isEmpty()) {
313
allAccounts
= new ArrayList<PhoneAccount>();
314
allAccounts
.add(TelephonyUtil.getDefaultEmergencyPhoneAccount());
329
TelephonyUtil.sortSimPhoneAccounts(mContext,
allAccounts
);
330
for (PhoneAccount phoneAccount :
allAccounts
) {
CallsManager.java
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
386
final List<AccountWithDataSet>
allAccounts
= Lists.newArrayList();
490
allAccounts
.add(accountWithDataSet);
502
Collections.sort(
allAccounts
, ACCOUNT_COMPARATOR);
510
mAccounts =
allAccounts
;
514
mContext,
allAccounts
, accountTypesByTypeAndDataSet);
[
all
...]
/packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java
145
Preference
allAccounts
= getPreferenceScreen().findPreference(ALL_CALLING_ACCOUNTS_KEY);
147
if (allNonSimAccounts.isEmpty() &&
allAccounts
!= null) {
148
mAccountList.removePreference(
allAccounts
);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java
391
public void onChanged(Account[]
allAccounts
) {
[
all
...]
AbstractActivityController.java
270
private final DataSetObservable mAllAccountObservers = new MailObservable("
AllAccounts
");
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
767
final Account[]
allAccounts
= AccountUtils.getAccounts(this);
768
if (
allAccounts
== null ||
allAccounts
.length == 0) {
777
for (Account a :
allAccounts
) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/content/
SyncManager.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
Completed in 1885 milliseconds