OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:photoResource
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
86
public int
photoResource
;
125
info.
photoResource
= 0;
347
photoResource
= com.android.internal.R.drawable.picture_emergency;
379
//
photoResource
= android.R.drawable.badge_voicemail;
487
.append("\nphotoResource: " +
photoResource
)
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java
102
*
photoResource
should be set to the picture_emergency drawable.
216
//
photoResource
should be set to the picture_emergency drawable.
218
assertEquals(com.android.internal.R.drawable.picture_emergency, mInfo.
photoResource
);
/packages/apps/Phone/src/com/android/phone/
CallCard.java
[
all
...]
Completed in 1855 milliseconds