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

<<21222324252627282930>>

  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VvmAccountManager.java 35 * Tracks the activation state of a visual voicemail phone account. An account is considered
39 * account is removed or if the connection information is deemed invalid, {@link
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupABFragment.java 49 * system account manager) and what is indicated in providers.xml
51 * @param accountEmail Email address of account being set up
52 * @param userProtocol Protocol that the user initiated account creation for
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 73 * Overload to handle account updates.
136 * Gets the preferences.xml file associated with a particular account type.
137 * @param accountType the type of account
  /packages/apps/Settings/tests/robotests/src/com/android/settings/support/
SupportDisclaimerDialogFragmentTest.java 3 import android.accounts.Account;
53 private final Account mFakeAccount = new Account("user1", "fake_type");
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ControllableActivity.java 25 import com.android.mail.providers.Account;
121 void showHelp(Account account, int viewMode);
SecureConversationViewFragment.java 38 import com.android.mail.providers.Account;
57 public SecureConversationWebViewClient(Account account) {
58 super(account);
222 public void onAccountChanged(Account newAccount, Account oldAccount) {
DrawerFragment.java 27 * the given account. This fragment is created using no arguments, it gets all its state from the
29 * account, the list of accounts, and the current folder from the {@link ControllableActivity}.
  /cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DirectoryProvider.java 19 import android.accounts.Account;
117 Account[] accounts = am.getAccountsByType(TEST_ACCOUNT_TYPE);
118 Log.i(TAG, "Query GAL directories account size: " + accounts.length);
120 for (Account account : accounts) {
125 row[i] = account.name;
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 52 private static final String COMMAND_ENABLE = "telecom set-phone-account-enabled";
94 * Placing an outgoing call through our phone account and verify the call is inserted
102 // Register the phone account.
147 * Add an incoming call with our phone account and verify the call is inserted properly.
154 // Register the phone account.
260 * Running adb command to enable phone account.
  /external/llvm/include/llvm/ADT/
Optional.h 154 /// explicitly compare the underlying values and account for empty \c Optional
182 /// explicitly compare the underlying values and account for empty \c Optional
191 /// explicitly compare the underlying values and account for empty \c Optional
200 /// explicitly compare the underlying values and account for empty \c Optional
209 /// explicitly compare the underlying values and account for empty \c Optional
218 /// explicitly compare the underlying values and account for empty \c Optional
  /packages/apps/Contacts/src/com/android/contacts/editor/
PickRawContactLoader.java 17 import com.android.contacts.model.account.AccountType;
222 final AccountType account = accountManager.getAccountType( local
224 if (!account.areContactsWritable()) {
231 * Returns the index of the first writable account in this contact or -1 if none exist.
236 final AccountType account = accountManager.getAccountType( local
238 if (account.areContactsWritable()) {
  /packages/apps/Email/provider_src/com/android/email/
Preferences.java 24 import com.android.emailcommon.provider.Account;
247 * Returns the last used account ID as set by {@link #setLastUsedAccountId}.
251 * Note that the last used account may have been deleted in the background so there is also
252 * no guarantee that the account exists.
255 return mSharedPreferences.getLong(LAST_ACCOUNT_USED, Account.NO_ACCOUNT);
259 * Sets the specified ID of the last account used. Treated as an opaque ID and does not
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 34 * <li>It would see at most one account, namely the first Google account created on the device.
  /external/libusb/
README.git 32 public account on github, if you don't have one already, and then fork a new
33 libusb repository under this account from https://github.com/libusb/libusb.
  /external/openssh/
sshd_config.android 78 # Set this to 'yes' to enable PAM authentication, account processing,
84 # If you just want the PAM account and session checks to run without
  /external/owasp/sanitizer/tools/
googlecode_upload.py 14 # project name, and a valid account that is a member or owner of that
22 # googlecode.com password. This is NOT your Gmail account password!
26 # Gmail account. If you have already committed to your project's
65 user_name: Your Google account name.
66 password: The googlecode.com password for your account.
67 Note that this is NOT your global Google Account password!
167 user_name: Your Google account name.
189 print '** Note that this is NOT your Gmail account password! **'
  /frameworks/base/core/java/com/android/server/backup/
AccountManagerBackupHelper.java 26 * Helper for handling backup of account manager specific state.
35 // key under which the account access grant state blob is committed to backup
  /frameworks/base/core/res/res/layout/
permissions_account_and_authtokentype.xml 18 Defines the layout of an account and authtoken type permission item.
19 Contains an icon, the account type and name and the authtoken type.
  /packages/apps/Contacts/src/com/android/contacts/preference/
DefaultAccountPreference.java 26 import com.android.contacts.model.account.AccountInfo;
27 import com.android.contacts.model.account.AccountWithDataSet;
  /packages/apps/Dialer/java/com/android/voicemail/impl/
StatusCheckJobService.java 32 * credentials and status for a activated voicemail account is still correct. A task will be
33 * scheduled for each active voicemail account. The status is expected to be always in sync, the
  /packages/apps/Email/provider_src/com/android/email/provider/
Utilities.java 33 import com.android.emailcommon.provider.Account;
49 * into a newly created EmailProvider Message, given the account and mailbox
52 * @param account the account it will be stored into
57 public static void copyOneMessageToProvider(Context context, Message message, Account account,
69 String.valueOf(account.mId),
82 localMessage.mAccountKey = account.mId;
  /packages/apps/Settings/src/com/android/settings/system/
FactoryResetPreferenceController.java 18 import android.accounts.Account;
62 Account[] accounts = mAm.getAccountsAsUser(profileId);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProviderValidator.java 35 * Validates and returns the projection that can be used for an account query.
49 * Validates and returns the projection that can be used for a account cookie query.
  /packages/inputmethods/LatinIME/java/res/xml/
prefs_screen_accounts.xml 24 after inspecting the underlying account preference. -->
32 <!-- Summary will be set programmatically to reflect the account status -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitatorLruCache.java 70 // Note: Given that personalized dictionaries are not used here; we can pass null account.
73 false /* forceReloadMainDictionary */, null /* account */,

Completed in 335 milliseconds

<<21222324252627282930>>