Searched defs:titleString (Results 1 – 6 of 6) sorted by relevance
195 String titleString = in updateActiveNotification() local270 String titleString = mTargetContext.getString(R.string.outbound_noti_title); in updateCompletedNotification_withOutBoundShare_showsNoti() local350 String titleString = mTargetContext.getString(R.string.inbound_noti_title); in updateCompletedNotification_withInBoundShare_showsNoti() local422 String titleString = in updateIncomingFileConfirmationNotification() local
64 String titleString = getString(tracingOn ? R.string.stop_tracing: R.string.record_trace); in update() local
64 String titleString = getString(stackSamplingOn ? in update() local
227 final SpannableString titleString = new SpannableString(title); in getConfirmationMessage() local
239 final String titleString = getTitleString(); in updateTipsCardPreference() local
287 private void createEnableMmsNotification(Context context, CharSequence titleString, in createEnableMmsNotification()