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

  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 1316 CallerInfoToken cit; local
    [all...]
NotificationMgr.java 659 PhoneUtils.CallerInfoToken cit = local
661 expandedViewLine2 = PhoneUtils.getCompactNameFromCallerInfo(cit.currentInfo, mContext);
    [all...]
CallNotifier.java 507 PhoneUtils.CallerInfoToken cit = PhoneUtils.startGetCallerInfo( local
512 if (cit.isFinal) {
514 onQueryComplete(0, this, cit.currentInfo);
    [all...]
CallCard.java 568 PhoneUtils.CallerInfoToken cit = local
578 // Otherwise, regenerate the CIT from the Connection and use the CallerInfo from there.
582 updateDisplayForPerson(cit.currentInfo, presentation, false, call);
    [all...]
  /external/stlport/test/unit/
set_test.cpp 249 set<int>::const_iterator cit = tree.begin(); local
250 int const& int_cref = *cit++;
  /ndk/sources/android/stlport/test/unit/
set_test.cpp 249 set<int>::const_iterator cit = tree.begin(); local
250 int const& int_cref = *cit++;
  /external/icu4c/tools/tzcode/
tz2icu.cpp 1712 map<string, string>::iterator cit = reverseCountryMap.find(i->first); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 8219 Iterator<ProcessRecord> cit = cpr.clients.iterator(); local
    [all...]

Completed in 534 milliseconds