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