HomeSort by relevance Sort by last modified time
    Searched full:account (Results 551 - 575 of 4748) sorted by null

<<21222324252627282930>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountSyncPreferenceControllerTest.java 21 import android.accounts.Account;
50 controller.init(new Account("acct1", "type1"), mock(UserHandle.class));
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
ProductionFlags.java 43 * When {@code false}, account sign-in in keyboard is not yet ready to be enabled.
54 * When {@code true}, the IME maintains per account {@link UserHistoryDictionary}.
  /tools/tradefederation/core/prod-tests/res/config/framework/
preloaded-classes.xml 17 <!-- Provide account sign-in -->
19 <option name="account-sync" value="true" />
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 37 import com.android.emailcommon.provider.Account;
93 "create trigger account_delete before delete on " + Account.TABLE_NAME +
132 // Version 19: Add Policy table; add policyKey to Account table and trigger to delete an
133 // Account's policy when the Account is deleted
142 // Version 28: Add notifiedMessageId and notifiedMessageCount to Account
162 // Version 109: Migrate the account so they have the correct account manager types
165 // Version 111: Delete Exchange account mailboxes.
167 // syncs along with the account)
    [all...]
  /cts/hostsidetests/content/test-apps/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java 19 import android.accounts.Account;
92 Account addedAccount = new Account(
101 SyncAdapter.setOnPerformSyncDelegate((Account account, Bundle extras,
151 // Wait for the sync manager to be notified for the new account.
  /cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
CtsSyncAccountAccessSameCertTestCases.java 21 import android.accounts.Account;
85 Account addedAccount = new Account(
94 SyncAdapter.setOnPerformSyncDelegate((Account account, Bundle extras,
122 // Wait for the sync manager to be notified for the new account.
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/
AndroidManifest.xml 34 <!-- Required because we're manually creating a new account. -->
82 <!-- This implements the account we'll use as an attachment point for our SyncAdapter. Since
84 feed), this account's implementation is largely empty.
86 It's also possible to attach a SyncAdapter to an existing account provided by another
89 <!-- Required filter used by the system to launch our account service. -->
93 <!-- This points to an XMLf ile which describes our account service. -->
  /developers/build/prebuilts/gradle/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 93 * Verify that account number is returned in response to APDU.
113 * Verify that account number is returned in response to APDU.
147 * Test setting and getting account number
150 final String account = "3456"; local
151 AccountStorage.SetAccount(getActivity(), account); local
152 this.assertEquals(account, AccountStorage.GetAccount(getActivity()));
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 93 * Verify that account number is returned in response to APDU.
113 * Verify that account number is returned in response to APDU.
147 * Test setting and getting account number
150 final String account = "3456"; local
151 AccountStorage.SetAccount(getActivity(), account); local
152 this.assertEquals(account, AccountStorage.GetAccount(getActivity()));
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/
AndroidManifest.xml 34 <!-- Required because we're manually creating a new account. -->
82 <!-- This implements the account we'll use as an attachment point for our SyncAdapter. Since
84 feed), this account's implementation is largely empty.
86 It's also possible to attach a SyncAdapter to an existing account provided by another
89 <!-- Required filter used by the system to launch our account service. -->
93 <!-- This points to an XMLf ile which describes our account service. -->
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/model/
Profile.java 35 public Profile(@NonNull GoogleSignInAccount account) {
36 this.id = account.getId();
37 this.email = account.getEmail();
38 this.name = account.getDisplayName();
40 (account.getPhotoUrl() != null) ? account.getPhotoUrl().toString() : null;
  /development/samples/browseable/BasicSyncAdapter/
AndroidManifest.xml 34 <!-- Required because we're manually creating a new account. -->
82 <!-- This implements the account we'll use as an attachment point for our SyncAdapter. Since
84 feed), this account's implementation is largely empty.
86 It's also possible to attach a SyncAdapter to an existing account provided by another
89 <!-- Required filter used by the system to launch our account service. -->
93 <!-- This points to an XMLf ile which describes our account service. -->
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
netrc.py 71 account = password = None
78 self.hosts[entryname] = (login, account, password)
88 elif tt == 'account':
89 account = lexer.get_token()
97 """Return a (user, account, password) tuple for given host."""
112 rep = rep + "account " + repr(attrs[1])
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Optional.h 65 /// explicitly compare the underlying values and account for empty \c Optional
74 /// explicitly compare the underlying values and account for empty \c Optional
83 /// explicitly compare the underlying values and account for empty \c Optional
92 /// explicitly compare the underlying values and account for empty \c Optional
101 /// explicitly compare the underlying values and account for empty \c Optional
110 /// explicitly compare the underlying values and account for empty \c Optional
  /frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java 71 // create a map of account authenticators
75 // don't match the allowable account types, if provided.
89 bundle.putString(AccountManager.KEY_ERROR_MESSAGE, "no allowable account types");
121 + "selected account type " + type);
141 Log.w(TAG, "No icon name for account type " + desc.type);
146 Log.w(TAG, "No icon resource for account type " + desc.type);
  /frameworks/base/drm/java/android/drm/
DrmRights.java 35 * Please note that the account id and subscription id is not mandatory by all DRM agents
36 * or plugins. When account id or subscription id is not required by the specific DRM
63 * @param accountId Account ID of the user.
76 * @param accountId Account ID of the user.
155 * Retrieves the account ID associated with this <code>DrmRights</code> object.
157 * @return The account ID.
  /frameworks/ex/common/java/com/android/common/content/
SyncStateContentProviderHelper.java 19 import android.accounts.Account;
113 public void onAccountsChanged(SQLiteDatabase db, Account[] accounts) {
119 Account account = new Account(accountName, accountType); local
120 if (!contains(accounts, account)) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilterController.java 24 import com.android.contacts.model.account.AccountWithDataSet;
78 * an account is removed while the filter points to the account with
181 // The current account filter points to invalid account. Use "all" filter
191 * @return true if the Account for the current filter exists.
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListFilterController.java 22 import com.android.contacts.common.model.account.AccountWithDataSet;
59 * account is removed while the filter points to the account with {@link
153 // The current account filter points to invalid account. Use "all" filter
163 /** @return true if the Account for the current filter exists. */
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
IntentUtilities.java 55 * Add the account ID parameter.
64 * Add the account name parameter.
91 * Add the account UUID parameter.
101 * Retrieve the account ID from the underlying URI.
108 * Retrieve the account name.
129 * Retrieve the account UUID, or null if the UUID param is not found.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationsInOutboxTipView.java 35 import com.android.mail.providers.Account;
44 private Account mAccount = null;
58 public void bind(final Account account, final FolderSelector folderSelector) {
59 mAccount = account;
60 mAccountPreferences = AccountPreferences.get(getContext(), account);
CustomViewToolbar.java 31 import com.android.mail.providers.Account;
47 public void onChanged(Account newAccount) {
98 * Sets the search button visibility based on the current account.
104 private void setSearchButtonVisibility(Account account) {
107 account.supportsSearch();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SynchronousContactsProvider2.java 19 import android.accounts.Account;
37 private Account mAccount;
148 protected Account getDefaultAccount() {
150 mAccount = new Account("androidtest@gmail.com", "com.google");
156 protected boolean isContactsAccount(Account account) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SectionedAlbumDataAdapter.java 73 if (previous.isEmpty() || !previous.equals(item.account)) {
74 if (DEBUG) Log.i(TAG, "previous = " + previous +", title = " + item.account);
75 previous = item.account;
87 if (previous.isEmpty() || !previous.equals(item.account)) {
88 previous = item.account;
131 return mAlbumData.getItem(internalPosition(position+1)).account;
  /packages/services/Telephony/sip/res/values-nl/
strings.xml 29 <string name="add_sip_account" msgid="800843669753980091">"Account toevoegen"</string>
30 <string name="remove_sip_account" msgid="1367664438506503690">"Account verwijderen"</string>
32 <string name="saving_account" msgid="5336529880235177448">"Het account opslaan?"</string>
33 <string name="removing_account" msgid="5537351356808985756">"Het account verwijderen?"</string>
50 <string name="third_party_account_summary" msgid="9041060473615403041">"Dit account wordt momenteel gebruikt door de app <xliff:g id="ACCOUNT_OWNER">%s</xliff:g>."</string>
71 <string name="all_empty_alert" msgid="4087734950375192387">"Geef details op voor nieuw SIP-account."</string>

Completed in 1444 milliseconds

<<21222324252627282930>>