OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHostAuthKeySend
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Email/tests/src/com/android/email/provider/
AccountBackupRestoreTests.java
136
HostAuth send = HostAuth.restoreHostAuthWithId(mMockContext, restored.
mHostAuthKeySend
);
150
send = HostAuth.restoreHostAuthWithId(mMockContext, restored.
mHostAuthKeySend
);
ProviderTestUtils.java
59
account.
mHostAuthKeySend
= 0;
310
assertEquals(caller + "
mHostAuthKeySend
", expect.
mHostAuthKeySend
,
311
actual.
mHostAuthKeySend
);
ProviderTests.java
213
account1get.
mHostAuthKeySend
);
228
assertTrue(account.
mHostAuthKeySend
!= 0);
236
account.
mHostAuthKeySend
);
246
account.
mHostAuthKeySend
= 0;
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java
101
public long
mHostAuthKeySend
;
246
mHostAuthKeySend
= cursor.getLong(CONTENT_HOST_AUTH_KEY_SEND_COLUMN);
417
if (
mHostAuthKeySend
!= 0) {
418
mHostAuthSend = HostAuth.restoreHostAuthWithId(context,
mHostAuthKeySend
);
789
mHostAuthKeySend
= newId;
817
values.put(AccountColumns.HOST_AUTH_KEY_SEND,
mHostAuthKeySend
);
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java
239
HostAuth.restoreHostAuthWithId(mContext, mAccount.
mHostAuthKeySend
);
327
HostAuth.restoreHostAuthWithId(mContext, account.
mHostAuthKeySend
);
[
all
...]
/packages/apps/Email/src/com/android/email/service/
MailService.java
521
|| account.
mHostAuthKeySend
<= 0) {
/packages/apps/Email/src/com/android/email/provider/
EmailProvider.java
[
all
...]
Completed in 207 milliseconds