OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cachedPhoto
(Results
1 - 10
of
10
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoLookupHelperTest.java
125
assertEquals(mDrawable1, mCallerInfo1.
cachedPhoto
);
164
assertEquals(mDrawable1, mCallerInfo1.
cachedPhoto
);
203
assertEquals(mDrawable1, mCallerInfo1.
cachedPhoto
);
/packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoLookupHelper.java
92
if (!info.imageQueryPending && (info.callerInfo.
cachedPhoto
!= null ||
192
info.callerInfo.
cachedPhoto
= photo;
Call.java
792
return mCallerInfo == null ? null : mCallerInfo.
cachedPhoto
;
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
135
public Drawable
cachedPhoto
;
138
* resolution than {@link #
cachedPhoto
} and thus more suitable for
141
* In usual cases this is just down-scaled image of {@link #
cachedPhoto
}.
149
* Boolean which indicates if {@link #
cachedPhoto
} and
179
info.
cachedPhoto
= null;
667
.append("\ncachedPhoto: " +
cachedPhoto
)
/packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java
212
Bitmap
cachedPhoto
= mPhotoCache.get(result.mContactPhotoUri);
213
if (
cachedPhoto
!= null) {
215
imageView.setImageBitmap(
cachedPhoto
);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfo.java
168
public Drawable
cachedPhoto
;
171
* resolution than {@link #
cachedPhoto
} and thus more suitable for
174
* In usual cases this is just down-scaled image of {@link #
cachedPhoto
}.
182
* Boolean which indicates if {@link #
cachedPhoto
} and
218
info.
cachedPhoto
= null;
569
.append("\ncachedPhoto: " +
cachedPhoto
)
ContactInfoCache.java
422
if (info.
cachedPhoto
!= null) {
423
photo = info.
cachedPhoto
;
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 583 milliseconds