HomeSort by relevance Sort by last modified time
    Searched defs:defaultAccount (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/preference/
DefaultAccountPreference.java 77 final AccountWithDataSet defaultAccount = mPreferences.getDefaultAccount();
78 if (defaultAccount == null || mAccounts == null ||
79 !AccountInfo.contains(mAccounts, defaultAccount)) {
82 return AccountInfo.getAccount(mAccounts, defaultAccount).getNameLabel();
ContactsPreferences.java 257 final AccountWithDataSet defaultAccount = getDefaultAccount();
263 return defaultAccount == null || !defaultAccount.isNullAccount();
271 if (defaultAccount == null) {
275 if (!currentWritableAccounts.contains(defaultAccount)) {
386 final String defaultAccount = previousPrefs.getString(mDefaultAccountKey, null);
387 if (!TextUtils.isEmpty(defaultAccount)) {
389 defaultAccount);
  /packages/apps/Dialer/java/com/android/contacts/common/preference/
ContactsPreferences.java 256 final String defaultAccount = previousPrefs.getString(mDefaultAccountKey, null);
257 if (!TextUtils.isEmpty(defaultAccount)) {
259 AccountWithDataSet.unstringify(defaultAccount);
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 195 PhoneAccountHandle defaultAccount = telecomManager
197 mTelephonyManager.getVoicemailRingtoneUri(defaultAccount);
198 mTelephonyManager.isVoicemailVibrationEnabled(defaultAccount);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
PhoneAccountRegistrarTest.java 242 PhoneAccountHandle defaultAccount =
244 assertEquals(telAccount, defaultAccount);
252 defaultAccount = mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(
254 assertEquals(sipAccount, defaultAccount);
255 defaultAccount = mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(
257 assertEquals(telAccount, defaultAccount);
265 defaultAccount = mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(
267 assertEquals(telAccount, defaultAccount);
292 PhoneAccountHandle defaultAccount =
294 assertEquals(telAccount1, defaultAccount);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]

Completed in 292 milliseconds