Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java227 CharSequence disconnectText; in getNotificationBuilder() local
235 disconnectText = mContext.getString(R.string.answering_ends_other_calls, in getNotificationBuilder()
238 disconnectText = mContext.getString(R.string.answering_ends_other_video_call, in getNotificationBuilder()
241 disconnectText = mContext.getString(R.string.answering_ends_other_call, ongoingApp); in getNotificationBuilder()
249 disconnectText = mContext.getString(R.string.answering_ends_other_managed_calls); in getNotificationBuilder()
251 disconnectText = mContext.getString( in getNotificationBuilder()
254 disconnectText = mContext.getString(R.string.answering_ends_other_managed_call); in getNotificationBuilder()
264 builder.setContentText(disconnectText); in getNotificationBuilder()