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

  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 250 String callerNumberType = "";
260 callerNumberType = ci.phoneLabel;
275 numberTypeTextView.setText(callerNumberType);
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 624 int callerNumberType = c.getInt(CALLER_NUMBERTYPE_COLUMN_INDEX);
638 callerName, callerNumberType, callerNumberLabel);
644 || info.type != callerNumberType
648 callerName, callerNumberType, callerNumberLabel);
666 ntype = callerNumberType;
    [all...]

Completed in 2209 milliseconds