/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
AccountDetailDashboardFragmentTest.java | 18 import android.accounts.Account; 55 private static final String METADATA_ACCOUNT_TYPE = "com.android.settings.ia.account"; 81 mFragment.mAccount = new Account("name1@abc.com", "com.abc"); 127 when(mAccountManager.getAccountsAsUser(anyInt())).thenReturn(new Account[0]);
|
AccountTypePreferenceLoaderTest.java | 19 import android.accounts.Account; 64 private Account mAccount; 74 when(mAccountManager.getAccountsAsUser(anyInt())).thenReturn(new Account[0]); 77 mAccount = new Account("name", "type");
|
/packages/apps/UnifiedEmail/res/menu/ |
account_feedback_menu.xml | 30 <!-- Available if the account specifies a help url -->
|
conversation_list_selection_actions_menu.xml | 107 <!-- Availability based on account --> 113 <!-- Availability based on account --> 118 <!-- Availability based on account --> 123 <!-- Availability based on account -->
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SubjectAndFolderView.java | 36 import com.android.mail.providers.Account; 106 public void setFolders(ConversationViewHeaderCallbacks callbacks, Account account, 113 final Settings settings = account.settings;
|
/packages/providers/ContactsProvider/tests/res/xml/ |
mock_syncadapter.xml | 23 <!-- The account type doesn't exist, but looks like that's okay for our purpose. -->
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
MockSyncAdapter.java | 30 // Looks like returning null is okay here, probably because the account type doesn't exist.
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
AlbumDataAdapter.java | 114 if (a.account == b.account) { 137 return a.account.compareTo(b.account);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
BluetoothPhoneServiceImpl.java | 168 PhoneAccount account = getBestPhoneAccount(); 169 if (account != null && account.getLabel() != null) { 170 return account.getLabel().toString(); 192 PhoneAccount account = getBestPhoneAccount(); 193 if (account != null) { 194 Uri addressUri = account.getAddress(); 881 PhoneAccount account = null; local [all...] |
CreateConnectionProcessor.java | 269 // TODO: Should this really be checking the "calling user" test for phone account? 273 Log.d(this, "shouldSetConnectionManager, phone account not found"); 311 // registered any phone accounts yet. Add a fallback emergency phone account so 319 // First, possibly add the SIM phone account that the user prefers 325 Log.i(this, "Will try PSTN account %s for emergency", 336 // Don't add the preferred account since it has already been added previously. 338 Log.i(this, "Will try PSTN account %s for emergency", phoneAccountHandle); 345 // Next, add the connection manager account as a backup if it can place emergency calls. 349 // TODO: Should this really be checking the "calling user" test for phone account? 358 Log.i(this, "Will try Connection Manager account %s for emergency" [all...] |
/packages/services/Telephony/src/com/android/phone/vvm/ |
VisualVoicemailSettingsUtil.java | 24 * Save whether or not a particular account is enabled in shared to be retrieved later.
|
/platform_testing/libraries/annotations/src/android/platform/test/annotations/ |
HermeticTest.java | 28 * - No Google account connectivity
|
/platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/ |
AbstractStandardAppHelper.java | 19 import android.accounts.Account; 123 throw new AccountException("This method requires a Google account be registered."); 129 throw new AccountException("This method requires no Google account be registered."); 135 Account[] accounts = AccountManager.get(context).getAccounts();
|
/platform_testing/libraries/system-helpers/ |
Android.mk | 21 LOCAL_STATIC_JAVA_LIBRARIES := account-helper \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
anim1-expected-completion56.txt | 5 android:fillEnabled : When set to true, the value of fillBefore is taken into account. [boolean]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
defined3.d | 8 # The ellipsis account for target-specific symbols. Matching both A and T
|
/tools/tradefederation/core/prod-tests/res/config/performance/ |
app-transitions.xml | 25 <option name="account-sync" value="true" />
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home
42 * the password value configured for this user account. This implementation uses the
53 * it is expected that the login for this account will require an ACCOUNT (ACCT) command after the
166 * Return the name of the primary group to which this user belongs. If this account has no associated
177 * Return true if the specified password is the correct, valid password for this user account.
271 * Return true if the specified password matches the password configured for this user account.
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
SamsungAccountType.java | 17 package com.android.contacts.model.account; 37 * A writable account type that can be used to support samsung contacts. This may not perfectly 38 * match Samsung's latest intended account schema. 41 * setup to support the values used by Samsung. But, not everything in the Samsung account type is 42 * supported. The Samsung account type includes a "Message Type" mimetype that we have no intention 74 FeedbackHelper.sendFeedback(context, TAG, "Failed to build samsung account type", e); 79 * Returns {@code TRUE} if this is samsung's account type and Samsung hasn't bothered to
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
ContactsPreferences.java | 35 import com.android.contacts.model.account.AccountWithDataSet; 245 * @return false if there is only one writable account or no requirement to return true is met. 248 * - Or, if the default account has been removed. 252 * {@link #getDefaultAccount} will return a valid account. (Either an account which still 259 // This shouldn't occur anymore because a "device" account is added in the case that there 349 * For default account setting, check to see if there are any preferences stored in the previous
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
SamsungAccountType.java | 17 package com.android.contacts.common.model.account; 34 * A writable account type that can be used to support samsung contacts. This may not perfectly 35 * match Samsung's latest intended account schema. 38 * setup to support the values used by Samsung. But, not everything in the Samsung account type is 39 * supported. The Samsung account type includes a "Message Type" mimetype that we have no intention 72 Log.e(TAG, "Problem building account type", e); 77 * Returns {@code TRUE} if this is samsung's account type and Samsung hasn't bothered to define a
|
AccountType.java | 17 package com.android.contacts.common.model.account; 123 * Whether this account type was able to be fully initialized. This may be false if (for example) 124 * the package name associated with the account type could not be found. 155 * <p>Only makes sense for non-embedded account types. The activity class should reside in the 165 * <p>Only makes sense for non-embedded account types. The activity class should reside in the 175 * <p>Only makes sense for non-embedded account types. The activity class should reside in the 231 * account types. This allows for a primary account type to indicate other packages that may not 233 * the account. 264 /** Whether or not groups created under this account type have editable membership lists. * [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
SimImportFragment.java | 50 import com.android.contacts.model.account.AccountInfo; 51 import com.android.contacts.model.account.AccountWithDataSet; 69 * account 129 // Default may be null in which case the first account in the list will be selected 204 // consider items that don't exist in the current account when updating the toolbar 270 for (AccountInfo account : accounts) { 272 account.getAccount().stringify() + KEY_SUFFIX_SELECTED_IDS); 273 mPerAccountCheckedIds.put(account.getAccount(), selections); 413 public void setAccount(AccountWithDataSet account) { 414 mSelectedAccount = account; [all...] |
/packages/apps/Email/res/values-mn/ |
strings.xml | 73 <string name="account_setup_names_headline" msgid="2031978210683887370">"???? ???????? ???????? ??????? ????? ????? ??????Your account is set up and email is on its way!"</string> 152 <string name="account_security_dialog_content_fmt" msgid="4107093049191103780">"<xliff:g id="ACCOUNT">%s</xliff:g> ????? ??????? ??????? ??????????? ??????????? ??????? ?????."</string> 153 <string name="security_unsupported_ticker_fmt" msgid="3249185558872836884">"??????? ??????? ?????????? ????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ?????? ???? ???? ?????????."</string> 154 <string name="security_needed_ticker_fmt" msgid="7099561996532829229">"\"<xliff:g id="ACCOUNT">%s</xliff:g>\" ?????? ??????? ??????? ????????? ??????????? ??????? ?????."</string> 155 <string name="security_changed_ticker_fmt" msgid="3823930420292838192">"\"<xliff:g id="ACCOUNT">%s</xliff:g>\" ?????? ?????? ??????? ??????? ????????? ?????????; ????????? ?????? ???? ????????????."</string> 162 <string name="password_expire_warning_ticker_fmt" msgid="5543005790538884060">"\"<xliff:g id="ACCOUNT">%s</xliff:g>\" ?????? ????????? ????????? PIN ???? ???? ????? ?????????? ??????? ?????."</string> 167 <string name="password_expire_warning_dialog_content_fmt" msgid="1093389293050776319">"?? ?????? ????????? ????????? PIN ???? ???? ????? ?????????? ??? <xliff:g id="ACCOUNT">%s</xliff:g>-? ???? ????????? ?????. ???? ??????? ???"</string> 169 <string name="password_expired_dialog_content_fmt" msgid="8322213184626443346">"<xliff:g id="ACCOUNT">%s</xliff:g>-? ???? ???? ???????????? ????????? ?????. ?? ?????? ????????? ????????? PIN ???? ???? ????? ??????? ?????? ??????? ?????. ???? ??????? ???"</string> 236 <string name="trash_folder_selection_title" msgid="686039558899469073">"<xliff:g id="ACCOUNT">%s</xliff:g>-? ????????? ?????? ????? ???????? ??????? ??"</string> 237 <string name="sent_folder_selection_title" msgid="9207482909822072856">"<xliff:g id="ACCOUNT">%s</xliff:g>-? ????????? ???????? ??????????? ???????? ??????? ??"</string [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
MailPrefs.java | 26 import com.android.mail.providers.Account; 59 public static final String WIDGET_ACCOUNT_PREFIX = "widget-account-"; 222 public void configureWidget(int appWidgetId, Account account, final String folderUri) { 223 if (account == null) { 224 LogUtils.e(LOG_TAG, "Cannot configure widget with null account"); 228 createWidgetPreferenceValue(account, folderUri)).apply(); 236 private static String createWidgetPreferenceValue(Account account, String folderUri) { 237 return account.uri.toString() + BaseWidgetProvider.ACCOUNT_FOLDER_PREFERENCE_SEPARATO [all...] |