/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
SetPolicyActivity.java | 39 private static final String EXTRA_ACCOUNT_TYPE = "extra-account-type"; 93 Log.i(TAG, "Blocking account management for account type: " + accountType 99 Log.i(TAG, "Unblocking account management for account type: " + accountType
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
ContactsContract_DirectoryTest.java | 18 import android.accounts.Account; 34 * Note, this test creates an account in setUp() and removes it in tearDown(), which causes 36 * the check in there, so it won't create the account multiple times. 41 private Account mAccount; 52 mAccount = new Account(DummyGalProvider.ACCOUNT_NAME, DummyGalProvider.ACCOUNT_TYPE);
|
/external/autotest/client/site_tests/platform_CryptohomeChangePassword/ |
platform_CryptohomeChangePassword.py | 26 # Get the hash for the test user account 31 # Remove the test user account 39 # Mount the test user account 66 # Mount the test user account with the new password 93 # Remove the test user account
|
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
BluetoothMapIMProvider.java | 92 * This function shall be called when any Account database content have changed 94 * @param accountId the ID of the account that changed. Null is a valid value, 204 throw new IllegalArgumentException("Account ID missing in update values!"); 221 * @param accountId the ID of the Account 243 throw new IllegalArgumentException("Account ID missing in URI"); 269 * @param accountId the ID of the account 309 // TODO: Extract account from URI 353 * Query account information. 374 * @param accountId the ID of the account 392 * @param accountId the ID of the account [all...] |
/packages/apps/Contacts/src/com/android/contacts/util/ |
LocalizedNameResolver.java | 32 import com.android.contacts.model.account.ExternalAccountType; 40 * Retrieves localized names per account type. This allows customizing texts like 41 * "All Contacts" for certain account types, but e.g. "All Friends" or "All Connections" for others. 49 * Returns the name for All Contacts for the specified account type. 59 * Finds "All Contacts"-Name for the specified account type.
|
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
PeopleActivityTest.java | 33 import com.android.contacts.model.account.AccountType; 34 import com.android.contacts.model.account.AccountWithDataSet; 35 import com.android.contacts.model.account.BaseAccountType; 93 AccountWithDataSet account = new AccountWithDataSet(TEST_ACCOUNT, TEST_ACCOUNT_TYPE, null); local 97 new AccountType[] { accountType }, new AccountWithDataSet[] { account });
|
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
SimContactDaoTests.java | 60 import com.android.contacts.model.account.AccountWithDataSet; 324 for (AccountWithDataSet account : mAccounts) { 325 mAccountHelper.removeTestAccount(account); 352 final AccountWithDataSet account = mAccountHelper.addTestAccount( local 354 mAccounts.add(account); 370 ), account); local 377 assertThat(existing.get(account), 431 final AccountWithDataSet account = mAccountHelper.addTestAccount( local 433 mAccounts.add(account); 449 ), account); local 476 final AccountWithDataSet account = mAccountHelper.addTestAccount( local 481 account); local [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 34 import com.android.emailcommon.provider.Account; 172 * Look for an existing account with the same username & server 175 * @param allowAccountId this account Id will not trigger (when editing an existing account) 178 * @return null = no matching account found. Account = matching account 180 public static Account findExistingAccount(Context context, long allowAccountId, 190 // Find account with matching hostauthrecv key, and return it 191 Cursor c2 = resolver.query(Account.CONTENT_URI, Account.ID_PROJECTION 197 Account account = Account.restoreAccountWithId(context, accountId); local [all...] |
/packages/services/Car/car_product/overlay/vendor/google/apps/SetupWizard/res/xml/ |
wizard_script_user.xml | 92 <!-- Add an account [REQUIRED] --> 111 <!-- Checkin with Gservices using account. If it fails, VPA will not be available. [REQUIRED] --> 128 <!-- Branch to script for setting up with or without an account [REQUIRED] --> 138 <!-- Set up with an account [REQUIRED] --> 145 <!-- Set up without an account [REQUIRED] -->
|
/test/vts/web/dashboard/ |
README.md | 96 ### Create a Stackdriver account 102 If your project is not in a Stackdriver account you'll see a message to 105 3. Click Create new Stackdriver account and then Continue. 107 4. With your project shown, click Create account. 119 9. You will see your Stackdriver account dashboard.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
AccountManagerServiceTest.java | 32 import android.accounts.Account; 183 class AccountSorter implements Comparator<Account> { 184 public int compare(Account object1, Account object2) { 197 Account a11 = new Account("account1", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1); 198 Account a21 = new Account("account2", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1); 199 Account a31 = new Account("account3", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_1) [all...] |
/frameworks/opt/chips/src/com/android/ex/chips/ |
RecipientAlternatesAdapter.java | 19 import android.accounts.Account; 79 ArrayList<String> inAddresses, Account account, RecipientMatchCallback callback, 81 getMatchingRecipients(context, adapter, inAddresses, QUERY_TYPE_EMAIL, account, callback, 95 ArrayList<String> inAddresses, int addressType, Account account, 145 addresses, account, matchesNotFound, query, callback, permissionsCheckListener); 152 Account account, Set<String> matchesNotFound, 156 context, recipientEntries, addresses, account, [all...] |
/art/compiler/linker/mips64/ |
relative_patcher_mips64_test.cc | 70 diff += (diff & 0x8000) << 1; // Account for sign extension in instruction following auipc. 111 diff_after += (diff_after & 0x8000) << 1; // Account for sign extension in jialc. 118 diff_before += (diff_before & 0x8000) << 1; // Account for sign extension in jialc.
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactManager.java | 83 * Populate the contact list based on account currently selected in the account spinner. 97 * Obtains the contact list for the currently selected account.
|
/device/generic/goldfish/ |
init.goldfish.rc | 56 # account info for the device via these two properties. Google 63 # You MUST have a Google account on the device, and you MAY 64 # additionally have a hosted account. No other configuration is
|
/device/google/atv/ |
init.goldfish.rc | 52 # account info for the device via these two properties. Google 59 # You MUST have a Google account on the device, and you MAY 60 # additionally have a hosted account. No other configuration is
|
/external/dng_sdk/source/ |
dng_color_spec.h | 41 /// Color transform taking into account white point and camera calibration and 112 /// \retval A transform that takes into account all camera calibration 118 /// \retval A transform that takes into account all camera calibration
|
/external/skia/include/core/ |
SkStrokeRec.h | 103 * geometries bounds to account for any inflation due to applying this 112 * This does not account for other effects on the paint (i.e. path 120 * paths does not take the ResScale parameter into account.
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
AndroidAuthenticatorTest.java | 19 import android.accounts.Account; 41 private Account mAccount; 49 mAccount = new Account("coolperson", "cooltype");
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
ITelecomService.aidl | 53 void setUserSelectedOutgoingPhoneAccount(in PhoneAccountHandle account); 80 PhoneAccount getPhoneAccount(in PhoneAccountHandle account); 115 void unregisterPhoneAccount(in PhoneAccountHandle account);
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventColorCache.java | 27 * A cache for event colors and event color keys stored based upon calendar account name and type. 59 * Retrieve an array of colors for a specific account name and type. 74 * Retrieve an event color's unique key based on account name, type, and color.
|
/packages/apps/Contacts/res/values-sw600dp/ |
dimens.xml | 44 <!-- Top and bottom padding for the text for empty account view --> 50 <!-- Margin offset b/w the image top and app bar bottom for no account empty view --> 56 <!-- End margin of the account filter header icon -->
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
KindSectionData.java | 23 import com.android.contacts.model.account.AccountType; 24 import com.android.contacts.model.account.AccountType.EditField; 31 * Holder for the multi account raw contact data needed to back an editor input field.
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
AdbHelpers.java | 27 import com.android.contacts.model.account.AccountWithDataSet; 59 final AccountWithDataSet account = new AccountWithDataSet(accountName, local 61 new AccountsTestHelper(context).removeTestAccount(account);
|
/packages/apps/Dialer/java/com/android/dialer/common/ |
PerAccountSharedPreferences.java | 25 * Class that helps us store dialer preferences that are phone account dependent. This is necessary 26 * for cases such as settings that are phone account dependent e.g endless vm. The logic is to 27 * essentially store the shared preference by appending the phone account id to the key.
|