Searched refs:photoResource (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java96 public int photoResource; field in class:CallerInfo
135 info.photoResource = 0;
365 photoResource = com.android.internal.R.drawable.picture_emergency;
397 // photoResource = android.R.drawable.badge_voicemail;
578 .append("\nphotoResource: " + photoResource)
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallerInfoTest.java102 * 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);

Completed in 181 milliseconds