Home
last modified time | relevance | path

Searched defs:callerInfo (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallerInfoIntegrationTest.java50 CallerInfo callerInfo = CallerInfo.getCallerInfo(getProvider().getContext(), "18004664411"); in testCallerInfo() local
/packages/apps/Phone/src/com/android/phone/
DCallCard.java76 public final CallerInfo callerInfo; field in CallCard.AsyncLoadCookie
78 public AsyncLoadCookie(ImageView imageView, CallerInfo callerInfo, Call call) { in AsyncLoadCookie()
723 CallerInfo callerInfo = asyncLoadCookie.callerInfo; in onImageLoadComplete() local
DCallNotifier.java2025 private String getLogNumber(Connection conn, CallerInfo callerInfo) { in getLogNumber()
2091 private int getPresentation(Connection conn, CallerInfo callerInfo) { in getPresentation()
DNotificationMgr.java901 CallerInfo callerInfo = null; in updateInCallNotification() local