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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
TelephonyManagerUtils.java 41 final String voiceMailLabel = telephonyManager.getVoiceMailAlphaTag();
42 return voiceMailLabel;
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 430 String voiceMailLabel = TelephonyManager.getDefault().getVoiceMailAlphaTag(subId);
432 phoneNumber = voiceMailLabel;

Completed in 806 milliseconds