OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accountexists
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/app/
ConfirmUserCreationActivity.java
105
boolean
accountExists
= mAccountName != null && mAccountType != null
116
} else if (
accountExists
) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncFragment.java
99
if (!
accountExists
(mAccount)) {
247
private boolean
accountExists
(Account account) {
265
if (!
accountExists
(mAccount)) {
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java
198
if (!
accountExists
(mAccount)) {
495
if (!
accountExists
(mAccount)) {
504
private boolean
accountExists
(Account account) {
Completed in 145 milliseconds