Searched refs:thisAccount (Results 1 – 4 of 4) sorted by relevance
130 Account thisAccount = null; in registerChangeUriIfPresent() local134 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()
358 Account thisAccount = null; in getAccountImage() local362 thisAccount = account; in getAccountImage()366 if (thisAccount != null) { in getAccountImage()367 String picUriString = AccountImageHelper.getAccountPictureUri(context, thisAccount); in getAccountImage()
353 Account thisAccount = null;357 thisAccount = account;361 if (thisAccount != null) {362 String picUriString = AccountImageHelper.getAccountPictureUri(context, thisAccount);
145 String thisAccount = accountType != null ? accountType : ""; in compareTo() local147 return thisAccount.compareTo(thatAccount); in compareTo()