OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:photocaptor
(Results
1 - 1
of
1
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java
115
ArgumentCaptor<Drawable>
photoCaptor
= ArgumentCaptor.forClass(Drawable.class);
119
photoCaptor
.capture(), iconCaptor.capture(), eq(COOKIE));
121
Bitmap capturedPhoto = ((BitmapDrawable)
photoCaptor
.getValue()).getBitmap();
135
ArgumentCaptor<Drawable>
photoCaptor
= ArgumentCaptor.forClass(Drawable.class);
139
photoCaptor
.capture(), iconCaptor.capture(), eq(COOKIE));
141
Bitmap capturedPhoto = ((BitmapDrawable)
photoCaptor
.getValue()).getBitmap();
Completed in 74 milliseconds