Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DBaseTunerSetupActivity.java372 int contentTextId = 0; in sendNotification() local
375 contentTextId = R.string.bt_setup_notification_content_text; in sendNotification()
378 contentTextId = R.string.ut_setup_notification_content_text; in sendNotification()
381 contentTextId = R.string.nt_setup_notification_content_text; in sendNotification()
385 String contentText = resources.getString(contentTextId); in sendNotification()