Searched refs:stateText (Results 1 – 2 of 2) sorted by relevance
87 val stateText: CharSequence in build() constant91 stateText = if (timer.label.isNullOrEmpty()) { in build()118 stateText = res.getString(R.string.timer_paused) in build()141 stateText = if (running) { in build()187 notification.setCustomContentView(buildChronometer(pname, base, running, stateText)) in build()203 notification.setContentTitle(stateText).setContentText(contentTextPreN) in build()239 val stateText: CharSequence in buildHeadsUp() constant244 stateText = if (label.isNullOrEmpty()) { in buildHeadsUp()261 stateText = context.getString(R.string.timer_multi_times_up, count) in buildHeadsUp()300 notification.setCustomContentView(buildChronometer(pname, base, true, stateText)) in buildHeadsUp()[all …]
154 private TextView stateText; field in VoicemailPlaybackLayout220 stateText = (TextView) findViewById(R.id.playback_state_text); in onFinishInflate()221 stateText.setAccessibilityLiveRegion(ACCESSIBILITY_LIVE_REGION_POLITE); in onFinishInflate()273 stateText.setText(getString(R.string.voicemail_playback_error)); in onPlaybackError()305 stateText.setText(null); in setSuccess()311 stateText.setText(getString(R.string.voicemail_fetching_content)); in setIsFetchingContent()317 stateText.setText(getString(R.string.voicemail_fetching_timout)); in setFetchContentTimeout()373 return stateText.getText().toString(); in getStateText()