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

<<21222324252627282930>>

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectory.java 36 * Return the current working directory for the FTP account on the server
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectory.java 36 * Return the current working directory for the FTP account on the server
  /external/proguard/bin/
proguardgui.sh 10 # Account for possibly missing/basic readlink.
  /external/skia/site/dev/chrome/
index.md 13 * Go to https://autoroll.skia.org. Login with google.com account and click
  /external/skia/src/codec/
SkSampledCodec.h 35 * Find the best way to account for native scaling.
  /external/syslinux/gpxe/src/include/gpxe/
ip6.h 26 #define MIN_IOB_LEN MAX_HDR_LEN + 100 /* To account for padding by LL */
  /external/testng/src/main/java/org/testng/
ConversionUtils.java 27 // is more error prone since we need to take conversions into account
  /external/testng/src/main/java/org/testng/annotations/
Parameters.java 31 * &lt;parameter name="xmlPath" value="account.xml" /&gt;<br>
  /external/testng/src/test/java/test/configuration/
ConfigurationGroups3SampleTest.java 12 * more than one class, they are still taken into account
  /external/valgrind/drd/scripts/
measurement-functions 63 if [ -e /var/log/account/pacct ]; then
64 pacct=/var/log/account/pacct
65 elif [ -e /var/account/pacct ]; then
66 pacct=/var/account/pacct
  /frameworks/base/core/java/android/accounts/
CantAddAccountActivity.java 27 * Just shows an error message about the account restrictions for the limited user.
  /frameworks/base/core/java/android/content/
ISyncServiceAdapter.aidl 23 * in order to perform anonymous syncs (syncs without an Account or Content
  /libcore/
Docs.mk 30 # BUILD_DROIDDOC requires file names that are relative the *current* LOCAL_DIR so users must account
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 66 * @param accountId the ID of the account to which the message belong
167 * are missing. From should be set to the owner of the account.
230 * This function shall be called when any Account database content have changed
232 * @param accountId the ID of the account that changed. Null is a valid value,
403 throw new IllegalArgumentException("Account ID missing in update values!");
420 * @param accountId the ID of the Account
468 * @param accountId the ID of the account
519 * Query account information.
554 * @param accountId the ID of the account
592 throw new IllegalArgumentException("Account ID missing in update values!")
    [all...]
  /packages/apps/Contacts/res/values-land/
integers.xml 23 <!-- Top margin ratio for the image for empty account view -->
  /packages/apps/Contacts/res/values-sw600dp-land/
integers.xml 27 <!-- Top margin ratio for the image for empty account view -->
  /packages/apps/Contacts/src/com/android/contacts/
Experiments.java 24 * Experiment to enable device account detection using CP2 queries
  /packages/apps/Contacts/tests/res/xml/
test_basic_authenticator.xml 20 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/res/values-land/
dimens.xml 25 <!-- The bottom space of the dialpad to account for the dial button -->
  /packages/apps/Email/res/layout-w800dp/
account_setup_activity.xml 17 <!-- Account Names - XL - portrait - see layout/ for small-screen version -->
  /packages/apps/Email/res/xml/
senders.xml 24 from all networks. It should be reasonable for any user to obtain an account on these
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
IKeyChainServiceTestSupport.aidl 18 import android.accounts.Account;
  /packages/apps/PhoneCommon/res/values-land/
dimens.xml 25 <!-- The bottom space of the dialpad to account for the dial button -->
  /packages/apps/Settings/src/com/android/settings/accounts/
ProviderPreference.java 30 * The preference ultimately calls AccountManager.addAccount() for the account type.
  /packages/apps/Settings/src/com/android/settings/support/
SupportDisclaimerDialogFragment.java 19 import android.accounts.Account;
54 public static SupportDisclaimerDialogFragment newInstance(Account account,
58 bundle.putParcelable(SupportDisclaimerDialogFragment.EXTRA_ACCOUNT, account);

Completed in 1368 milliseconds

<<21222324252627282930>>