Lines Matching refs:CallerInfo
59 void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
63 void onDataLoaded(int token, Object cookie, CallerInfo ci); in onDataLoaded()
88 final CallerInfo info, in startQuery()
98 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { in startQuery()
111 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in startQuery()
123 CallerInfo info, in startDefaultDirectoryQuery()
143 CallerInfo info, in startQueryInternal()
172 String[] proejection = CallerInfo.getDefaultPhoneLookupProjection(); in startQueryInternal()
187 CallerInfo info, in startOtherDirectoriesQuery()
297 int token, Object cookie, CallerInfo ci, long directoryId) { in onDirectoryQueryComplete()
315 private void addCallerInfoIntoCache(CallerInfo ci, long directoryId) { in addCallerInfoIntoCache()
353 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in onDataLoaded()
359 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { in onQueryComplete()
378 private CallerInfo callerInfo;
481 callerInfo = new CallerInfo().markAsEmergency(queryContext); in updateData()
483 callerInfo = new CallerInfo().markAsVoiceMail(queryContext); in updateData()
485 callerInfo = CallerInfo.getCallerInfo(queryContext, queryUri, cursor); in updateData()
488 CallerInfo newCallerInfo = in updateData()
489 CallerInfo.doSecondaryLookupIfNecessary(queryContext, cw.number, callerInfo); in updateData()