HomeSort by relevance Sort by last modified time
    Searched full:accounts (Results 451 - 475 of 1302) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0-sources.jar 
android-all-4.1.2_r1-robolectric-0-sources.jar 
android-all-4.2.2_r1.2-robolectric-0-sources.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 19 import android.accounts.AccountManager;
120 // Version 8: Add security flags column to accounts table
121 // Version 9: Add security sync key and signature to accounts table
136 // Version 22: Upgrade path for IMAP/POP accounts to integrate with AccountManager
140 // Version 26: Update IMAP accounts to add FLAG_SUPPORTS_SEARCH flag
180 // Version 123: Changed the duplicateMesage deletion trigger to ignore accounts that aren't
181 // exchange accounts.
185 // Version 127: Force mFlags to contain the correct flags for EAS accounts given a protocol
874 android.accounts.Account[] accounts = AccountManager.get(mContext) local
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 61 * removal of SIMs and SIP accounts.
175 // By default all SIM phone accounts can place emergency calls.
461 Log.i(this, "User changed, re-registering phone accounts.");
468 // Any time the user changes, re-register the accounts.
621 * Sets up all the phone accounts for SIMs on first boot.
670 // in which case we need to consider all phone accounts, not just the call capable ones.
709 // If we did not list ANY accounts, we need to provide a "default" SIM account
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 17 package android.accounts;
42 * &lt;action android:name="android.accounts.AccountAuthenticator" /&gt;
44 * &lt;meta-data android:name="android.accounts.AccountAuthenticator"
60 * corresponds to {@link Account#type} for your accounts. One user of the android:icon is the
119 public static final String KEY_CUSTOM_TOKEN_EXPIRY = "android.accounts.expiry";
127 "android.accounts.AbstractAccountAuthenticato.KEY_AUTH_TOKEN_TYPE";
134 "android.accounts.AbstractAccountAuthenticator.KEY_REQUIRED_FEATURES";
141 "android.accounts.AbstractAccountAuthenticator.KEY_OPTIONS";
147 "android.accounts.AbstractAccountAuthenticator.KEY_ACCOUNT";
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 24 import android.accounts.Account;
25 import android.accounts.AccountManager;
809 * Performs a manual refresh of calendars in all known accounts.
812 Account[] accounts = AccountManager.get(mContext).getAccounts(); local
813 Log.d(TAG, "Refreshing " + accounts.length + " accounts");
816 for (int i = 0; i < accounts.length; i++)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 345 final android.accounts.Account androidAcct = new android.accounts.Account(
366 final android.accounts.Account androidAcct = new android.accounts.Account(
372 final android.accounts.Account androidAcct = new android.accounts.Account(
378 final android.accounts.Account androidAcct = new android.accounts.Account(
654 final android.accounts.Account androidAcct = mUiAccount.getAccountManagerAccount();
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 23 import android.accounts.Account;
24 import android.accounts.AccountAuthenticatorActivity;
25 import android.accounts.AccountManager;
  /external/toolchain-utils/cwp/interpreter/
app_engine_pull.py 49 # Get an AuthToken from Google accounts service.
50 auth_uri = 'https://www.google.com/accounts/ClientLogin'
60 print 'Error logging in to Google accounts service.'
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ImportDialogFragment.java 110 // Start loading the accounts. This is done in onResume in case they were refreshed.
256 // Get the accounts. Because this only happens after a user action this should pretty
263 // - more than one accounts -> ask the user
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferences.java 246 * true if the contact editor should show the "accounts changed" notification, that is:
260 // are no other accounts but if there are no writable accounts then the default has been
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 17 package com.android.settings.accounts;
23 import android.accounts.AccountManager;
24 import android.accounts.AuthenticatorDescription;
  /prebuilts/sdk/api/
23.txt     [all...]
24.txt     [all...]
25.txt     [all...]
22.txt 166 field public static final java.lang.String ACCOUNTS = "android.permission-group.ACCOUNTS";
    [all...]
11.xml 1330 <field name="ACCOUNTS"
1334 value="&quot;android.permission-group.ACCOUNTS&quot;"
    [all...]
12.xml 1330 <field name="ACCOUNTS"
1334 value="&quot;android.permission-group.ACCOUNTS&quot;"
    [all...]
13.xml 1341 <field name="ACCOUNTS"
1345 value="&quot;android.permission-group.ACCOUNTS&quot;"
    [all...]
18.txt 148 field public static final java.lang.String ACCOUNTS = "android.permission-group.ACCOUNTS";
    [all...]
  /prebuilts/sdk/system-api/
23.txt     [all...]
22.txt 235 field public static final java.lang.String ACCOUNTS = "android.permission-group.ACCOUNTS";
    [all...]
  /development/sdk/
api-versions.xml 187 <field name="ACCOUNTS" />
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
android-22.txt 166 field public static final java.lang.String ACCOUNTS = "android.permission-group.ACCOUNTS";
    [all...]

Completed in 1355 milliseconds

<<11121314151617181920>>