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

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
FooterItem.java 25 import com.android.mail.providers.Account;
40 FooterItem(ControllableActivity activity, Account account,
43 super(activity, null, NONFOLDER_ITEM, account);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
ContactFetcher.java 24 * Interface for retrieving contact details for senders (given an account name).
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationCursorLoader.java 25 import com.android.mail.providers.Account;
46 public ConversationCursorLoader(Activity activity, Account account,
52 account.supportsCapability(AccountCapabilities.INITIAL_CONVERSATION_LIMIT);
  /packages/screensavers/PhotoTable/res/values/
dimen.xml 17 <!-- Amount photo is inset to account for the frame. -->
  /platform_testing/libraries/system-helpers/account-helper/
Android.mk 19 LOCAL_MODULE := account-helper
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
  /test/vts/utils/python/web/
dashboard_rest_client.py 32 service_json_path: String, The path to the service account keyfile
63 """Gets an OAuth2 token using from a service account json keyfile.
65 Uses the service account keyfile located at 'service_json_path', provided
69 String, an OAuth2 token using the service account credentials.
  /test/vts/web/dashboard/
.gitignore 28 service-account.json
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 19 import android.accounts.Account;
26 import android.provider.cts.contacts.account.StaticAccountAuthenticator;
60 * Create a contact in account 1 and assert that the record exists.
69 * Create a contact in a specified account and assert that the record exists.
74 Account account, String name) {
75 long rawContactId = RawContactUtil.createRawContactWithName(resolver, account, name);
84 * Create a contact in a specified account and assert that the record exists.
88 public static ContactIdPair assertAndCreateContact(ContentResolver resolver, Account account) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 61 * Activity asking a user to select an account to be set up.
81 // The UserHandle of the user we are choosing an account for
254 * Gets an icon associated with a particular account type. If none found, return null.
255 * @param accountType the type of account
269 Log.w(TAG, "No icon name for account type " + accountType);
271 Log.w(TAG, "No icon resource for account type " + accountType);
282 * Gets the label associated with a particular account type. If none found, return null.
283 * @param accountType the type of account
295 Log.w(TAG, "No label name for account type " + accountType);
297 Log.w(TAG, "No label resource for account type " + accountType)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 140 * @param account the account contains this conversation
145 static ConversationItemViewModel forConversationIdOrNull(String account, long conversationId) {
146 final Pair<String, Long> key = new Pair<String, Long>(account, conversationId);
152 static ConversationItemViewModel forConversation(String account, Conversation conv) {
153 ConversationItemViewModel header = ConversationItemViewModel.forConversationId(account,
174 * @param account the account contains this conversation
178 static ConversationItemViewModel forConversationId(String account, long conversationId) {
181 forConversationIdOrNull(account, conversationId)
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
NumberDialingTest.java 45 PhoneAccount account = setupConnectionService( local
60 startCallTo(address, account.getAccountHandle());
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.h 30 // Use this method to account the overhead of an object for which an estimate
45 // Call this after all the Add* methods above to account the memory used by
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AcctCommandHandler.java 26 * <li>If the required account parameter is missing, then reply with 501</li>
28 * <li>Store the account name in the session and reply with 230</li>
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AcctCommandHandler.java 29 * <li>"acount" - the account submitted on the invocation (the first command parameter)
37 public static final String ACCOUNT_KEY = "account";
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
AcctCommandHandler.java 29 * <li>"acount" - the account submitted on the invocation (the first command parameter)
38 public static final String ACCOUNT_KEY = "account";
  /external/wpa_supplicant_8/hs20/server/www/
add-free.php 28 die("Free account disabled");
35 die("Free account not found");
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettingsAdapter.java 310 public void updateAccount(BluetoothMapAccountItem account) {
311 updateSlotCounter(account.mIsChecked);
312 if(D)Log.d(TAG,"Updating account settings for "
313 +account.getName() +". Value is:"+account.mIsChecked);
315 Uri uri = Uri.parse(account.mBase_uri_no_account+"/"+BluetoothMapContract.TABLE_ACCOUNT);
317 values.put(BluetoothMapContract.AccountColumns.FLAG_EXPOSE, ((account.mIsChecked)?1:0));
318 values.put(BluetoothMapContract.AccountColumns._ID, account.getId()); // get title
  /packages/apps/Contacts/res/values-sw600dp-land/
dimens.xml 31 <!-- Width for the image for contacts no account empty view -->
34 <!-- Margin offset b/w the image top and app bar bottom for no account empty view -->
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
FallbackAccountType.java 17 package com.android.contacts.common.model.account;
56 Log.e(TAG, "Problem building account type", e);
  /packages/apps/Email/res/values/
colors.xml 20 <!-- Account setup screens -->
32 <!-- Account color chips on combined view -->
  /packages/apps/Email/src/com/android/email2/ui/
CreateShortcutActivityEmail.java 20 import com.android.mail.providers.Account;
34 Account[] cachedAccounts = AccountUtils.getSyncingAccounts(this);

Completed in 489 milliseconds

<<21222324252627282930>>