/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/ |
RichSetupFragment.java | 19 import android.accounts.Account; 241 Account account = DummyAccountService.getAccount(SyncUtils.ACCOUNT_TYPE); 242 boolean syncActive = ContentResolver.isSyncActive(account, 244 boolean syncPending = ContentResolver.isSyncPending(account,
|
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/ |
CardService.java | 88 // send the loyalty card account number, followed by a SELECT_OK status trailer (0x9000). 90 String account = AccountStorage.GetAccount(this); local 91 byte[] accountBytes = account.getBytes(); 92 Log.i(TAG, "Sending account number: " + account);
|
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/ |
CardService.java | 88 // send the loyalty card account number, followed by a SELECT_OK status trailer (0x9000). 90 String account = AccountStorage.GetAccount(this); local 91 byte[] accountBytes = account.getBytes(); 92 Log.i(TAG, "Sending account number: " + account);
|
/development/apps/PushApiAuthenticator/res/layout/ |
activity_main.xml | 80 android:text="Choose Account" 195 android:text="ADD ACCOUNT (Normal)" 202 android:text="ADD ACCOUNT (With visibility)" 209 android:text="RENAME ACCOUNT" 216 android:text="REMOVE ACCOUNT"
|
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/ |
CardService.java | 88 // send the loyalty card account number, followed by a SELECT_OK status trailer (0x9000). 90 String account = AccountStorage.GetAccount(this); local 91 byte[] accountBytes = account.getBytes(); 92 Log.i(TAG, "Sending account number: " + account);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
AbstractWell.java | 48 /** Index indirection table giving for each index its predecessor taking table size into account. */ 51 /** Index indirection table giving for each index its second predecessor taking table size into account. */ 54 /** Index indirection table giving for each index the value index + m1 taking table size into account. */ 57 /** Index indirection table giving for each index the value index + m2 taking table size into account. */ 60 /** Index indirection table giving for each index the value index + m3 taking table size into account. */
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
ImportProcessor.java | 18 import android.accounts.Account; 147 final Account account = request.account; local 154 new VCardEntryConstructor(estimatedVCardType, account, estimatedCharset);
|
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/ |
FetchVoicemailReceiver.java | 114 VvmLog.e(TAG, "Account null and no default sim found."); 130 VvmLog.e(TAG, "account no longer valid, cannot retrieve message"); 136 VvmLog.w(TAG, "Account not registered - cannot retrieve message."); 153 * method attempts to search the account from the old database in registered sources using the old 154 * format. There's a chance of M phone account collisions on multi-SIM devices, but visual
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageChangeLogTable.java | 26 /** Column name for a foreign key into Account for the message that's moving. */ 68 * Update status of all change entries for an account: 73 * @param accountId The account we want to update. 100 * @param accountId The account we want to update. 194 * @param accountId The account we're interested in.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AttachmentTileGrid.java | 33 import com.android.mail.providers.Account; 57 private Account mAccount; 72 public void configureGrid(FragmentManager fragmentManager, Account account, 76 mAccount = account;
|
LeaveBehindItem.java | 35 import com.android.mail.providers.Account; 44 private Account mAccount; 109 public void bind(int pos, Account account, AnimatedAdapter adapter, 113 mAccount = account;
|
AbstractConversationViewFragment.java | 44 import com.android.mail.providers.Account; 65 protected static final String ARG_ACCOUNT = "account"; 77 protected Account mAccount; 118 public void onChanged(Account newAccount) { 119 final Account oldAccount = mAccount; 143 public static Bundle makeBasicArgs(Account account) { 145 args.putParcelable(ARG_ACCOUNT, account); 230 protected abstract void onAccountChanged(Account newAccount, Account oldAccount) [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
GoogleSource.java | 23 import android.accounts.Account; 169 public static final void createMyContactsIfNotExist(Account account, Context context) { 170 attemptMyContactsMembership(null, account.name, account.type, context, true);
|
/packages/services/Car/car_product/overlay/vendor/google/apps/SetupWizard/res/xml/ |
wizard_script_setup_as_new_flow.xml | 132 <!-- Add an account [REQUIRED] --> 150 <!-- Checkin with Gservices using account. If it fails, VPA will not be available. [REQUIRED] --> 167 <!-- Branch to script for setting up with or without an account [REQUIRED] --> 177 <!-- Set up with an account [REQUIRED] --> 182 <!-- Set up without an account [REQUIRED] -->
|
/packages/apps/Email/provider_src/com/android/email/service/ |
AttachmentService.java | 39 import com.android.emailcommon.provider.Account; 102 // Limit on the number of simultaneous downloads per account 132 // A map of attachment storage used per account as we have account based maximums to follow. 134 // amount plus the size of any new attachments loaded). If and when we reach the per-account 929 final Account account = Account.restoreAccountWithId(this, att.mAccountKey); local [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
ContactAggregator2Test.java | 19 import android.accounts.Account; 61 private static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1"); 62 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); 63 private static final Account ACCOUNT_3 = new Account("account_name_3", "account_type_3"); 152 Account account = new Account("accountName", "accountType") local 673 Account account = new Account("accountName", "accountType"); local 698 Account account = new Account("accountName", "accountType"); local 723 Account account = new Account("accountName", "accountType"); local [all...] |
ContactAggregatorTest.java | 19 import android.accounts.Account; 61 private static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1"); 62 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2"); 63 private static final Account ACCOUNT_3 = new Account("account_name_3", "account_type_3"); 152 Account account = new Account("accountName", "accountType") local 656 Account account = new Account("accountName", "accountType"); local 681 Account account = new Account("accountName", "accountType"); local 706 Account account = new Account("accountName", "accountType"); local [all...] |
/external/ppp/pppd/ |
session.c | 251 dbglog("Attempting PAM account checks"); 255 * PAM account was OK, set the flag which indicates that we should 259 dbglog("PAM Account OK for %s", user); 262 * If the account checks fail, then we should not try to perform 268 * We're checking the account, so it's ok to not have one 277 dbglog("PAM Account checks failed: %d: %s", pam_error, 285 /* Only open a session if the user's account was found */ 316 * Here, we bail if we have no user account, because there is nothing 329 * account.
|
/frameworks/ex/common/java/com/android/common/contacts/ |
BaseEmailAddressAdapter.java | 21 import android.accounts.Account; 255 private Account mAccount; 278 * Set the account when known. Causes the search to prioritize contacts from 279 * that account. 281 public void setAccount(Account account) { 282 mAccount = account; 403 // If an account has been provided and we found a directory that 404 // corresponds to that account, place that directory second, directly
|
/packages/apps/Email/res/values-am/ |
strings.xml | 152 <string name="account_security_dialog_content_fmt" msgid="4107093049191103780">"<xliff:g id="ACCOUNT">%s</xliff:g> ?????? ??????? ???? ???????"</string> 153 <string name="security_unsupported_ticker_fmt" msgid="3249185558872836884">"?????? ????? ????? ??? «<xliff:g id="ACCOUNT">%s</xliff:g>» ????? ??????"</string> 154 <string name="security_needed_ticker_fmt" msgid="7099561996532829229">"??? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ?????? ?????? ???? ??????"</string> 155 <string name="security_changed_ticker_fmt" msgid="3823930420292838192">"???<xliff:g id="ACCOUNT">%s</xliff:g> ?????? ?????? ???????? ????? ???? ????????"</string> 162 <string name="password_expire_warning_ticker_fmt" msgid="5543005790538884060">"<xliff:g id="ACCOUNT">%s</xliff:g> ??? ????? ?? ??? ??? ?? ????? ??????"</string> 167 <string name="password_expire_warning_dialog_content_fmt" msgid="1093389293050776319">"???? ????? ??? ?? ??? ???? ?? ???? ???????? ?????? ?<xliff:g id="ACCOUNT">%s</xliff:g> ??? ?????? ??? ?????? ???????"</string> 169 <string name="password_expired_dialog_content_fmt" msgid="8322213184626443346">"?<xliff:g id="ACCOUNT">%s</xliff:g> ??? ?????? ?? ?????? ??? ??? ????? ?? ??? ??? ?? ????? ?????? ???? ????? ??? ???? ??????"</string> 236 <string name="trash_folder_selection_title" msgid="686039558899469073">"?<xliff:g id="ACCOUNT">%s</xliff:g> ?????? ??? ????"</string> 237 <string name="sent_folder_selection_title" msgid="9207482909822072856">"???? ?<xliff:g id="ACCOUNT">%s</xliff:g> ???? ?????? ???"</string>
|
/packages/apps/Email/res/values-ar/ |
strings.xml | 152 <string name="account_security_dialog_content_fmt" msgid="4107093049191103780">"????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ????? ??????? ??????."</string> 153 <string name="security_unsupported_ticker_fmt" msgid="3249185558872836884">"????? ?????? ?????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ???? ??????? ??????."</string> 154 <string name="security_needed_ticker_fmt" msgid="7099561996532829229">"????? ?????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ????? ??????? ??????."</string> 155 <string name="security_changed_ticker_fmt" msgid="3823930420292838192">"??? ?????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ??????? ?????? ??? ??? ???? ????? ?? ????? ?? ??? ????????."</string> 162 <string name="password_expire_warning_ticker_fmt" msgid="5543005790538884060">"????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ????? ??? ??????? ?????? ?? ???? ?????? ?????? ?????? ??????."</string> 167 <string name="password_expire_warning_dialog_content_fmt" msgid="1093389293050776319">"????? ????? ??? ??????? ?????? ????? ??????? ?? ???? ?????? ??????? ???? ????? ??? ?????? <xliff:g id="ACCOUNT">%s</xliff:g>. ?? ???? ?????? ?????"</string> 169 <string name="password_expired_dialog_content_fmt" msgid="8322213184626443346">"??? ???? ????? ?????? <xliff:g id="ACCOUNT">%s</xliff:g> ?? ?????. ????? ????????? ?? ???? ????? ??? ??????? ?????? ????? ??????? ?? ???? ??????. ?? ???? ?????? ?????"</string> 236 <string name="trash_folder_selection_title" msgid="686039558899469073">"??? ???? ???????? ?????? ?????? ?? <xliff:g id="ACCOUNT">%s</xliff:g>"</string> 237 <string name="sent_folder_selection_title" msgid="9207482909822072856">"??? ???? ??????? ??????? ?? ?????? ?? <xliff:g id="ACCOUNT">%s</xliff:g>"</string>
|
/packages/apps/Email/res/values-bg/ |
strings.xml | 152 <string name="account_security_dialog_content_fmt" msgid="4107093049191103780">"<xliff:g id="ACCOUNT">%s</xliff:g> ??????? ?? ????????????? ????????? ?? ?????????."</string> 153 <string name="security_unsupported_ticker_fmt" msgid="3249185558872836884">"???????? ?<xliff:g id="ACCOUNT">%s</xliff:g>? ?? ???? ?? ???? ????????????? ?????? ???????????? ?? ?????????."</string> 154 <string name="security_needed_ticker_fmt" msgid="7099561996532829229">"???????? ?<xliff:g id="ACCOUNT">%s</xliff:g>? ??????? ???????????? ?? ????????? ?????????."</string> 155 <string name="security_changed_ticker_fmt" msgid="3823930420292838192">"??????????? ?? ????????? ?? ??????? ?<xliff:g id="ACCOUNT">%s</xliff:g>? ?? ?????????. ?? ? ?????????? ???????? ?? ?????? ?? ???????????."</string> 162 <string name="password_expire_warning_ticker_fmt" msgid="5543005790538884060">"?<xliff:g id="ACCOUNT">%s</xliff:g>? ??????? ?? ????????? ??? ???? ??? ???????? ?? ?? ???????? ?????."</string> 167 <string name="password_expire_warning_dialog_content_fmt" msgid="1093389293050776319">"?????? ????? ?? ????????? ??? ???? ??? ???????? ?? ?? ???????? ????? ??? ??????? ?? <xliff:g id="ACCOUNT">%s</xliff:g> ?? ????? ???????. ?????? ?? ?? ????????? ????????? ?????"</string> 169 <string name="password_expired_dialog_content_fmt" msgid="8322213184626443346">"??????? ?? <xliff:g id="ACCOUNT">%s</xliff:g> ?? ???????? ?? ???????????? ??. ?????? ?? ?? ????????????, ???? ????????? ??? ???? ??? ???????? ?? ?? ???????? ?????. ?????? ?? ?? ????????? ????????? ?????"</string> 236 <string name="trash_folder_selection_title" msgid="686039558899469073">"???????? ????? ??????? ?? ??????? ?? <xliff:g id="ACCOUNT">%s</xliff:g>"</string> 237 <string name="sent_folder_selection_title" msgid="9207482909822072856">"???????? ????? ?? ????. ???????? ?? ??????? ?? <xliff:g id="ACCOUNT">%s</xliff:g>"</string>
|
/packages/apps/Email/res/values-bn/ |
strings.xml | 152 <string name="account_security_dialog_content_fmt" msgid="4107093049191103780">"<xliff:g id="ACCOUNT">%s</xliff:g> ?? ???? ????? ????????? ?????? ????? ??? ?????????"</string> 153 <string name="security_unsupported_ticker_fmt" msgid="3249185558872836884">"??????????? ?????????????? ????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ?????????? ????? ??? ???? ???"</string> 154 <string name="security_needed_ticker_fmt" msgid="7099561996532829229">"\"<xliff:g id="ACCOUNT">%s</xliff:g>\" ???????????? ????????? ?????? ????? ??? ?????????"</string> 155 <string name="security_changed_ticker_fmt" msgid="3823930420292838192">"\"<xliff:g id="ACCOUNT">%s</xliff:g>\" ???????????? ????????? ?????? ???????? ??????; ???? ??????????? ????????? ???????? ????"</string> 162 <string name="password_expire_warning_ticker_fmt" msgid="5543005790538884060">"\"<xliff:g id="ACCOUNT">%s</xliff:g>\" ?? ???? ????? ?? ????????? ??? ?? ?????????? ???????? ??? ?????????"</string> 167 <string name="password_expire_warning_dialog_content_fmt" msgid="1093389293050776319">"??? ?????? ????? ?? ????????? ??? ?? ?????????? ???????? ??? ??????, ???? <xliff:g id="ACCOUNT">%s</xliff:g> ?? ???? ???? ????? ???? ?? ???? ??? ???????? ???? ????"</string> 169 <string name="password_expired_dialog_content_fmt" msgid="8322213184626443346">"????? ?????? ???? <xliff:g id="ACCOUNT">%s</xliff:g> ?? ???? ???? ???? ?????? ???? ????? ?? ??????? ??? ???? ?????????? ???????? ??? ????? ?????????? ???? ?????? ??? ???? ???????? ??????"</string> 236 <string name="trash_folder_selection_title" msgid="686039558899469073">"<xliff:g id="ACCOUNT">%s</xliff:g> ?? ????????? ??????? ??????? ???????? ????"</string> 237 <string name="sent_folder_selection_title" msgid="9207482909822072856">"<xliff:g id="ACCOUNT">%s</xliff:g> ?? ???? ????????? ??????? ????? ??????? ???????? ????"</string>
|
/packages/apps/Email/res/values-el/ |
strings.xml | 152 <string name="account_security_dialog_content_fmt" msgid="4107093049191103780">"? ??????????? <xliff:g id="ACCOUNT">%s</xliff:g> ??????? ??? ????????? ??? ????????? ?????????."</string> 153 <string name="security_unsupported_ticker_fmt" msgid="3249185558872836884">"??? ????? ??????? ? ???????????? ??? ??????????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ???? ?????????? ?????????."</string> 154 <string name="security_needed_ticker_fmt" msgid="7099561996532829229">"? ????????? ??? ????????? ????????? ????? ?????????? ??? ??? ?????????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\"."</string> 155 <string name="security_changed_ticker_fmt" msgid="3823930420292838192">"??????? ?? ????????? ????????? ??? ??? ?????????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\". ??? ?????????? ???????? ??????."</string> 162 <string name="password_expire_warning_ticker_fmt" msgid="5543005790538884060">"? ??????????? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ??????? ?? ???????? ?? PIN ? ??? ?????? ??????????? ??????."</string> 167 <string name="password_expire_warning_dialog_content_fmt" msgid="1093389293050776319">"?? ?????? ?? ???????? ??????? ?? PIN ? ??? ?????? ????????? ??? ??????? ???????????, ??????????? ?? ???????? ??? ??????????? <xliff:g id="ACCOUNT">%s</xliff:g> ?? ??????????. ?????? ?? ?? ???????? ????;"</string> 169 <string name="password_expired_dialog_content_fmt" msgid="8322213184626443346">"??????? ???????? ??? ????????? ??? ??????????? <xliff:g id="ACCOUNT">%s</xliff:g> ??? ?? ??????? ???. ???????? ?? ?? ??????????? ?????????? ?? PIN ? ??? ?????? ????????? ??? ?????? ???????????. ?????? ?? ?? ???????? ????;"</string> 236 <string name="trash_folder_selection_title" msgid="686039558899469073">"????.??????? ????.??????.??? <xliff:g id="ACCOUNT">%s</xliff:g>"</string> 237 <string name="sent_folder_selection_title" msgid="9207482909822072856">"??????? ??????? ?? ??????????? ???????? ??? ??? ?????????? ??? ??? ?????????? <xliff:g id="ACCOUNT">%s</xliff:g>"</string>
|
/packages/apps/Email/res/values-fa/ |
strings.xml | 152 <string name="account_security_dialog_content_fmt" msgid="4107093049191103780">"<xliff:g id="ACCOUNT">%s</xliff:g> ?? ??? ???????? ??????? ?????? ??? ?? ??????????? ????."</string> 153 <string name="security_unsupported_ticker_fmt" msgid="3249185558872836884">"?? ????? ??????? ????? ?????????? ???? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ???? ?????."</string> 154 <string name="security_needed_ticker_fmt" msgid="7099561996532829229">"??????? ?????? ???? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ???? ??????????? ???."</string> 155 <string name="security_changed_ticker_fmt" msgid="3823930420292838192">"???? \"<xliff:g id="ACCOUNT">%s</xliff:g>\" ??????? ?????? ??? ?? ????? ???? ???? ????? ?? ????? ??? ???? ?? ??? ????? ????."</string> 162 <string name="password_expire_warning_ticker_fmt" msgid="5543005790538884060">"\"<xliff:g id="ACCOUNT">%s</xliff:g>\" ?? ??? ???????? ?? ??? ?? ??????? ??? ???? ?? ????? ????."</string> 167 <string name="password_expire_warning_dialog_content_fmt" msgid="1093389293050776319">"???? ??? ??? ???? ?? ???????? ??? ?? ???? ????? ????? ?? ??? ??????? ???????? <xliff:g id="ACCOUNT">%s</xliff:g> ??? ????? ?? . ??? ????????? ????? ??? ?? ????? ?????"</string> 169 <string name="password_expired_dialog_content_fmt" msgid="8322213184626443346">"???????? <xliff:g id="ACCOUNT">%s</xliff:g> ?? ??? ??? ??? ?? ?????? ??? ???. ?? ????? ???? ??? ???? ??? ?? ???????? ??? ????????? ????? ?? ??????????. ??? ????????? ???????? ??? ?? ????? ?????"</string> 236 <string name="trash_folder_selection_title" msgid="686039558899469073">"???? ???? ??????? ???? ?? ???? <xliff:g id="ACCOUNT">%s</xliff:g> ?????? ????"</string> 237 <string name="sent_folder_selection_title" msgid="9207482909822072856">"???? ???? ????? ?????? ??? ???? <xliff:g id="ACCOUNT">%s</xliff:g> ?? ?????? ????"</string>
|