OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisAccount
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccountImageChangeObserver.java
130
Account
thisAccount
= null;
134
thisAccount
= account;
138
if (
thisAccount
!= null) {
141
if (mObserverMap.containsKey(
thisAccount
.name)) {
142
observer = mObserverMap.get(
thisAccount
.name);
147
long contactId = getContactIdForAccount(context,
thisAccount
);
151
observer = new ContactChangeContentObserver(context,
thisAccount
);
152
mObserverMap.put(
thisAccount
.name, observer);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapWorkerTask.java
353
Account
thisAccount
= null;
357
thisAccount
= account;
361
if (
thisAccount
!= null) {
362
String picUriString = AccountImageHelper.getAccountPictureUri(context,
thisAccount
);
DrawableLoader.java
358
Account
thisAccount
= null;
362
thisAccount
= account;
366
if (
thisAccount
!= null) {
367
String picUriString = AccountImageHelper.getAccountPictureUri(context,
thisAccount
);
/packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java
145
String
thisAccount
= accountType != null ? accountType : "";
147
return
thisAccount
.compareTo(thatAccount);
Completed in 568 milliseconds