/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiScrollable.java | 376 * right to left. Make sure to take into account devices configured with 392 * right to left. Make sure to take into account devices configured with 407 * right to left. Make sure to take into account devices configured with 455 * left to right. Make sure to take into account devices configured with 471 * left to right. Make sure to take into account devices configured with 486 * left to right. Make sure to take into account devices configured with 534 * left-most edge for horizontal controls. Make sure to take into account 556 * left-most edge for horizontal controls. Make sure to take into account 572 * account devices configured with right-to-left languages like Arabic and Hebrew. 586 * horizontal controls. Make sure to take into account devices configured wit [all...] |
/frameworks/base/core/java/com/android/internal/notification/ |
SystemNotificationChannels.java | 38 public static String ACCOUNT = "ACCOUNT"; 155 ACCOUNT,
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
ScrollViewButtonsAndLabelsTest.java | 136 // top should take into account fading edge 139 assertEquals("top should take into account fading edge", 162 + " into account vertical fading edge.",
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/pbapclient/ |
PbapParserTest.java | 19 import android.accounts.Account; 32 private Account mAccount; 39 mAccount = new Account(mTestAccountName,
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
UiIntentActions.java | 79 * The account name used to filter potential new group members. 85 * The account type used to filter potential new group members. 91 * The account data set used to filter potential new group members.
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
DataKind.java | 23 import com.android.contacts.model.account.AccountType.EditField; 24 import com.android.contacts.model.account.AccountType.EditType; 25 import com.android.contacts.model.account.AccountType.StringInflater;
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
ContactsPreferenceActivity.java | 40 import com.android.contacts.model.account.AccountWithDataSet; 219 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { 221 .KEY_RES_ID), account, extraArgs.getInt(ImportDialogFragment.KEY_SUBSCRIPTION_ID));
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
DataKind.java | 22 import com.android.contacts.common.model.account.AccountType.EditField; 23 import com.android.contacts.common.model.account.AccountType.EditType; 24 import com.android.contacts.common.model.account.AccountType.StringInflater;
|
/packages/apps/Email/res/xml/ |
services.xml | 23 name: the name of the account type option presented to users during account setup 43 an account
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/ |
MessageParserTest.java | 29 import android.accounts.Account; 61 private static final Account TEST_ACCOUNT_TO_MIGRATE = 62 new Account("user@gmail.com", "com.google");
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationPagerAdapter.java | 32 import com.android.mail.providers.Account; 59 private final Account mAccount; 88 * <tt>true</tt> indicates the server has already sanitized all HTML email from this account. 93 * <tt>true</tt> indicates the client is permitted to sanitize all HTML email for this account. 135 public ConversationPagerAdapter(Context context, FragmentManager fm, Account account, 140 mCommonFragmentArgs = AbstractConversationViewFragment.makeBasicArgs(account); 142 mAccount = account; 150 public boolean matches(Account account, Folder folder) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
VeiledAddressMatcher.java | 23 import com.android.mail.providers.Account; 83 public void onChanged(Account newAccount) { 127 * Initialize the object to listen for account changes. Without this, we cannot obtain updated
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/ |
UserHistoryDictionaryTests.java | 37 private static final String TEST_ACCOUNT = "account@example.com"; 112 testAccount /* account */); 159 testAccount /* account */);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoPriorityResolver.java | 41 * Maintains a cache of photo priority per account type. During contact aggregation 86 * Returns the photo priority for the specified account type. Maintains cache 103 * Finds photo priority for the specified account type.
|
/system/core/logcat/ |
event.logtags | 43 # "account" is the java hash of the account name 44 2720 sync (id|3),(event|1|5),(source|1|5),(account|1|5)
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
BaseRecipientAdapter.java | 19 import android.accounts.Account; 501 private Account mAccount; 673 * Set the account when known. Causes the search to prioritize contacts from that account. 676 public void setAccount(Account account) { 677 mAccount = account; 711 Cursor directoryCursor, Account account) { 746 // If an account has been provided and we found a directory tha [all...] |
/development/apps/Development/res/values/ |
strings.xml | 164 <string name="accounts_tester_select_account_type">Select Account Type</string> 166 <string name="accounts_tester_remove_account">Remove Account</string> 171 <string name="accounts_tester_account_context_menu_title">account operations</string> 188 <string name="status_starting_sync_format">Starting a sync of account %s...</string> 201 <string name="select_account_to_sync">Select account to sync</string>
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/ |
AppRestrictionsHelperTest.java | 97 // System apps that require an account and doesn't see restricted account are 124 assertFalse("System apps that require an account and doesn't see restricted account " 194 packageInfo.requiredAccountType = "account";
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
PbapClientService.java | 19 import android.accounts.Account; 72 // delay initial download until after the user is unlocked to add an account. 117 Account[] accounts = 120 for (Account acc : accounts) { 122 // The device ID is the name of the account.
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
PhotoSelectionHandler.java | 46 import com.android.contacts.model.account.AccountType; 187 * account, or -1 if no such entity exists. 197 * contact-writable account, or -1 if no such entity exists. 207 * This will attach the photo to the first contact-writable account that provided data to the 220 // Need to find the right account so that EntityModifier knows which fields to add
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
AggregationSuggestionEngine.java | 43 import com.android.contacts.model.account.AccountWithDataSet; 146 public void setAccountFilter(AccountWithDataSet account) { 147 mAccountFilter = account; 395 final AccountWithDataSet account = new AccountWithDataSet( local 397 if (mAccountFilter.equals(account)) {
|
/packages/apps/Dialer/java/com/android/dialer/notification/ |
NotificationChannelManager.java | 69 * Channel#MISSED_CALL} since these do not have account-specific settings. 95 "Phone account handle must not be null on channel " + channelName); 263 PhoneAccount account = getTelecomManager(context).getPhoneAccount(phoneAccountHandle); local 267 (account == null) ? phoneAccountHandle.getId() : account.getLabel().toString());
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
IOCase.java | 135 * into account. 153 * into account. 171 * into account. 186 * into account. 202 * but takes case-sensitivity into account.
|
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
BtCarHfpTest.py | 58 Tests if the default calling account is coming from the 65 1. Check if the default calling account is via Bluetooth package. 76 self.hf.log.error("No default account found.") 79 # Check if the default account is from the Bluetooth package. This is a 84 self.hf.log.error("No component name for account {}".format(
|
/external/e2fsprogs/intl/ |
vasnprintf.c | 337 + 1; /* account for leading sign */ 347 + 1; /* account for leading sign */ 355 + 1; /* account for leading sign */ 366 + 1; /* account for leading sign */ 375 + 1; /* account for leading sign */ 382 + 1; /* account for leading sign */ 393 + 2; /* account for leading sign or alternate form */ 402 + 2; /* account for leading sign or alternate form */ 409 + 2; /* account for leading sign or alternate form */ 472 + 2; /* account for leading 0x * [all...] |