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

<<11121314151617181920>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 645 * and the current list of accounts.
650 * newAccounts - accounts that have been enabled since mEnabledAccounts
652 * removedAccounts - Accounts that is on mEnabledAccounts, but no longer
654 * enabledAccounts - A new list of all enabled accounts.
656 * 3) Add and start MAS instances for accounts on the new list.
658 * - Each change in accounts
674 // accounts
682 /* Remove all disabled/removed accounts */
695 /* Add any newly created accounts */
716 Log.v(TAG," Enabled accounts:")
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountWithDataSet.java 19 import android.accounts.Account;
225 public static String stringifyList(List<AccountWithDataSet> accounts) {
228 for (AccountWithDataSet account : accounts) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCreationFragment.java 19 import android.accounts.AccountManagerFuture;
20 import android.accounts.AuthenticatorException;
21 import android.accounts.OperationCanceledException;
  /build/make/tools/
checkowners.py 32 request = gerrit_server + '/accounts/?suggest&q=' + address
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
EnablePhoneAccountTestActivity.java 30 * {@link android.telecom.PhoneAccount} enabled using the calling accounts settings screen.
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_ProviderStatus.java 35 * accounts. As a result, the value STATUS_EMPTY will never be achieved.
  /development/apps/PushApiTestAppOne/res/layout/
activity_main.xml 44 android:text="Visible Accounts"
  /development/apps/PushApiTestAppTwo/res/layout/
activity_main.xml 44 android:text="Visible Accounts"
  /device/generic/car/common/
init.car-emulator.rc 41 # Login Service will insert these accounts into the database when
  /device/generic/mini-emulator-arm64/
init.mini-emulator.rc 45 # Login Service will insert these accounts into the database when
  /device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc 45 # Login Service will insert these accounts into the database when
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccount.java 3 import android.accounts.Account;
  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.h 115 // GrGLRenderTarget accounts for the texture's memory and any MSAA renderbuffer's memory.
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclient.cc 117 // CN="gmail.com" for @gmail.com accounts,
118 // CN="googlemail.com" for @googlemail.com accounts,
119 // CN="talk.google.com" for other accounts (such as @example.com),
120 // so we tweak the tls server setting for those other accounts to match the
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.h 42 // sequence number is higher than the current one. This accounts for packets
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 17 package android.accounts;
AccountAuthenticatorResponse.java 17 package android.accounts;
AccountManagerInternal.java 17 package android.accounts;
  /frameworks/base/core/java/com/android/internal/widget/
AccountItemView.java 34 * An LinearLayout view, to show Accounts elements.
  /frameworks/base/core/java/com/android/server/backup/
AccountManagerBackupHelper.java 19 import android.accounts.AccountManagerInternal;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullPhoneBook.java 19 import android.accounts.Account;
BluetoothPbapVcardList.java 19 import android.accounts.Account;
  /packages/apps/Contacts/res/xml/
preference_display_options.xml 25 android:key="accounts"
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 66 * Delete any dummy accounts we set up for this test
127 * Test business logic of aggregating accounts with policies
132 // with no accounts, should return empty set
135 // with accounts having no security, empty set
341 * Test the scanner that finds expiring accounts
346 // With no expiring accounts, this should return null.
383 * Test the scanner that wipes expiring accounts
388 // Two accounts - a1 is normal, a2 has security (but no expiration)
497 // accounts that, between them, use all of the possible policies
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
DpcReceivedSuccessReceiver.java 23 import android.accounts.Account;

Completed in 915 milliseconds

<<11121314151617181920>>