Home
last modified time | relevance | path

Searched refs:thisAccount (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DAccountImageChangeObserver.java130 Account thisAccount = null; in registerChangeUriIfPresent() local
134 thisAccount = account; in registerChangeUriIfPresent()
138 if (thisAccount != null) { in registerChangeUriIfPresent()
141 if (mObserverMap.containsKey(thisAccount.name)) { in registerChangeUriIfPresent()
142 observer = mObserverMap.get(thisAccount.name); in registerChangeUriIfPresent()
147 long contactId = getContactIdForAccount(context, thisAccount); in registerChangeUriIfPresent()
151 observer = new ContactChangeContentObserver(context, thisAccount); in registerChangeUriIfPresent()
152 mObserverMap.put(thisAccount.name, observer); in registerChangeUriIfPresent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DDrawableLoader.java358 Account thisAccount = null; in getAccountImage() local
362 thisAccount = account; in getAccountImage()
366 if (thisAccount != null) { in getAccountImage()
367 String picUriString = AccountImageHelper.getAccountPictureUri(context, thisAccount); in getAccountImage()
DBitmapWorkerTask.java353 Account thisAccount = null;
357 thisAccount = account;
361 if (thisAccount != null) {
362 String picUriString = AccountImageHelper.getAccountPictureUri(context, thisAccount);
/packages/apps/Contacts/src/com/android/contacts/
DSplitAggregateView.java145 String thisAccount = accountType != null ? accountType : ""; in compareTo() local
147 return thisAccount.compareTo(thatAccount); in compareTo()