OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProfileExists
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java
70
private boolean
mProfileExists
;
115
if (
mProfileExists
) {
339
mProfileExists
= exists;
351
return
mProfileExists
;
/packages/apps/Settings/src/com/android/settings/users/
UserSettings.java
130
private boolean
mProfileExists
;
254
mProfileExists
= false;
695
mProfileExists
= true;
723
if (!
mProfileExists
) {
Completed in 1879 milliseconds