OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:titleFormat
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
NotificationMgr.java
264
String
titleFormat
= mContext.getString(R.string.notification_voicemail_title_count);
265
notificationTitle = String.format(
titleFormat
, vmCount);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java
[
all
...]
Completed in 35 milliseconds