Home
last modified time | relevance | path

Searched refs:account (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAccountManager.java50 …public AccountManagerFuture<Bundle> getAuthToken(Account account, String authTokenType, Bundle opt… in getAuthToken() argument
52 final Account finalAccount = account; in getAuthToken()
99 private void addBundleResults(Bundle bundle, final Account account) { in getAuthToken() argument
101 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type); in getAuthToken()
102 bundle.putString(AccountManager.KEY_ACCOUNT_NAME, account.name); in getAuthToken()
181 for (Account account : accounts) {
182 if (accountType.equals(account.type)) {
183 accountList.add(account);
191 public String peekAuthToken(Account account, String authTokenType) {
192 HashMap<String, String> tokens = cachedAuthTokenValues.get(account);
[all …]
DShadowContentResolver.java174 public static void requestSync(Account account, String authority, Bundle extras) {
176 Status status = getStatus(account, authority, true);
182 public static void setIsSyncable(Account account, String authority, int syncable) {
183 getStatus(account, authority, true).state = syncable;
187 public static int getIsSyncable(Account account, String authority) {
188 return getStatus(account, authority, true).state;
192 public static boolean getSyncAutomatically(Account account, String authority) {
193 return getStatus(account, authority, true).syncAutomatically;
197 public static void setSyncAutomatically(Account account, String authority, boolean sync) {
198 getStatus(account, authority, true).syncAutomatically = sync;
[all …]
DShadowPeriodicSync.java17 …public void __constructor__(Account account, String authority, Bundle extras, long period) throws … in __constructor__() argument
18 setField("account", account); in __constructor__()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAccountTest.java18 Account account = new Account("name", "type"); in shouldHaveStringsConstructor() local
20 assertThat(account.name, equalTo("name")); in shouldHaveStringsConstructor()
21 assertThat(account.type, equalTo("type")); in shouldHaveStringsConstructor()
32 Account account = new Account(p); in shouldHaveParcelConstructor() local
33 assertThat(account.name, equalTo("name")); in shouldHaveParcelConstructor()
34 assertThat(account.type, equalTo("type")); in shouldHaveParcelConstructor()
61 Account account = new Account("name", "type"); in shouldHaveToString() local
62 assertThat(account.toString(), equalTo("Account {name=name, type=type}")); in shouldHaveToString()
/external/icu/icu4c/source/data/translit/
DThaiLogical_Latin.txt17 ห | $1 ← h ($notAbove*) \u0304; # backward case, account for reordering
53 ฝ | $1 ← f ($notAbove*) \u0304; # backward case, account for reordering
61 ศ | $1 ← s \u0323 ($notAbove*) \u0304; # backward case, account for reordering
64 ส | $1 ← s ($notAbove*) \u0304; # backward case, account for reordering
72 า | $1 ← a ($notAbove*) \u0304; # backward case, account for reordering
74 ำ | $1 ← a ($notAbove*) \u0309 ; # backward case, account for reordering
77 \u0E35 | $1 ← i ($notAbove*) \u0304 ; # backward case, account for reordering
79 \u0E37 | $1 ← u \u0323 ($notAbove*) \u0304 ; # backward case, account for reordering
82 \u0E39 | $1 ← u ($notAbove*) \u0304 ; # backward case, account for reordering
/external/valgrind/drd/scripts/
Dmeasurement-functions63 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
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Dusingusers.rst48 successfully signing in or creating an account.
61 associated with the user's account::
68 to the Google account sign-in screen. The redirect includes the URL to this
69 page (``self.request.uri``) so the Google account sign-in mechanism will send
71 account::
Duploading.rst27 Sign in to App Engine using your Google account. If you do not have a Google
28 account, you can `create a Google account <https://www.google.com/accounts/>`_
/external/openssh/contrib/redhat/
Dsshd.pam3 account required pam_nologin.so
4 account required pam_stack.so service=system-auth
/external/openssh/contrib/
Dsshd.pam.generic3 account required /lib/security/pam_nologin.so
4 account required /lib/security/pam_unix.so
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/user/
DUserAccount.groovy19 * Represents a single user account on the server, including the username, password and home
23 * the password value configured for this user account. This implementation uses the
41 * Return true if the specified password is the correct, valid password for this user account.
65 * Return true if the specified password matches the password configured for this user account.
/external/openssh/contrib/aix/
Dpam.conf11 sshd account required /usr/lib/security/pam_aix
12 OTHER account required /usr/lib/security/pam_aix
/external/llvm/test/CodeGen/X86/
Davx.ll32 ; On X32, account for the argument's move to registers
45 ; On X32, account for the argument's move to registers
58 ; On X32, account for the argument's move to registers
73 ; On X32, account for the arguments' move to registers
91 ; On X32, account for the arguments' move to registers
109 ; On X32, account for the arguments' move to registers
/external/clang/test/SemaObjC/
Dwarn-forward-class-attr-deprecated.m13 - (id)initWithAccount: (id)account filenames:(id)filenames;
23 - (id)initWithAccount: (id)account filenames:(id)filenames { return 0; }
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
DAcctCommandHandlerTest.groovy77 …* Assert that the account name is stored in the session, depending on the value of isAccountNameIn…
78 …* @param isAccountNameInSession - true if the account name is expected in the session; false if it…

12345678910>>...14