Home
last modified time | relevance | path

Searched refs:titleFormat (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DAdbDeviceDetailsFingerprintController.java72 final CharSequence titleFormat = mContext.getText( in displayPreference() local
75 titleFormat.toString(), mPairedDevice.guid)); in displayPreference()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java339 … String titleFormat = mContext.getString(R.string.notification_voicemail_title_count); in updateMwi() local
340 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()