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

<<11121314151617181920>>

  /development/apps/PushApiTestAppOne/
AndroidManifest.xml 34 <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED"/>
  /development/apps/PushApiTestAppTwo/
AndroidManifest.xml 34 <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED"/>
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
assert.c 27 the case, __func__ will be NULL. This function accounts for this and
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
oauth_helpers.py 14 OAUTH_URL = 'https://accounts.google.com/o/oauth2'
  /external/mockftpserver/MockFtpServer/
README.txt 9 directories and files, as well as a set of valid user accounts and credentials. The FakeFtpServer
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AccountTest.java 3 import android.accounts.Account;
  /frameworks/base/core/java/android/accounts/
AccountManagerResponse.java 17 package android.accounts;
  /frameworks/base/core/java/android/content/
ISyncAdapter.aidl 19 import android.accounts.Account;
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 19 import android.accounts.Account;
130 mAccountsButton.setText(res.getString(R.string.accounts));
209 // Called when the Accounts button is pressed. Takes the user to the
210 // Accounts and Sync settings page.
  /packages/apps/Contacts/src/com/android/contacts/compat/
ProviderStatusCompat.java 62 * The status that indicates that there are no accounts and no contacts
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupListItem.java 20 * constituent accounts.
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountTypeProvider.java 20 import android.accounts.AccountManager;
21 import android.accounts.AuthenticatorDescription;
46 * This class parses the contacts.xml for third-party accounts and caches the result.
80 * a dataSet and accounts can declare extension packages in contacts.xml that provide additional
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/calllogcache/
CallLogCacheLollipop.java 27 * (the introduction of phone accounts).
  /packages/apps/Email/provider_src/com/android/email/setup/
AuthenticatorSetupIntentHelper.java 26 // Settings -> Accounts
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 39 * Delete any dummy accounts we set up for this test
  /packages/apps/Settings/src/com/android/settings/accounts/
RemoveUserFragment.java 17 package com.android.settings.accounts;
  /packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
TestUtil.java 19 import android.accounts.Account;
  /cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
CtsSyncAccountAccessSameCertTestCases.java 21 import android.accounts.Account;
22 import android.accounts.AccountManager;
53 * Tests whether a sync adapter can access accounts.
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/
AndroidManifest.xml 88 <service android:name="com.example.android.common.accounts.GenericAccountService">
91 <action android:name="android.accounts.AccountAuthenticator" />
94 <meta-data android:name="android.accounts.AccountAuthenticator"
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/
AndroidManifest.xml 88 <service android:name="com.example.android.common.accounts.GenericAccountService">
91 <action android:name="android.accounts.AccountAuthenticator" />
94 <meta-data android:name="android.accounts.AccountAuthenticator"
  /development/samples/browseable/BasicSyncAdapter/
AndroidManifest.xml 88 <service android:name="com.example.android.common.accounts.GenericAccountService">
91 <action android:name="android.accounts.AccountAuthenticator" />
94 <meta-data android:name="android.accounts.AccountAuthenticator"
  /external/openssh/
README.platform 5 As of OpenSSH 3.8p1, sshd will now honour an accounts password expiry
7 sites that have used OpenSSH's sshd exclusively to have accounts which
12 Accounts in this state must have their passwords reset manually by the
  /external/toolchain-utils/cwp/bartlett/
server.py 89 accessible from @google.com accounts."""
99 """Displays all files uploaded. Only accessible by @google.com accounts."""
116 """Deletes entries. Only accessible from @google.com accounts."""
  /packages/apps/Contacts/src/com/android/contacts/editor/
AccountHeaderPresenter.java 100 public void setAccounts(List<AccountInfo> accounts) {
101 mAccounts = accounts;
105 mCurrentAccount = mAccounts.isEmpty() ? null : accounts.get(0).getAccount();
ContactEditorUtils.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
102 * A null return value indicates that there is multiple accounts and a default hasn't been set

Completed in 928 milliseconds

<<11121314151617181920>>