HomeSort by relevance Sort by last modified time
    Searched refs:photoResource (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 96 public int photoResource;
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/
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 82 milliseconds