Home
last modified time | relevance | path

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

/device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
DPartnerReceiver.java85 int titleId; in postNotification() local
93 titleId = R.string.ted; in postNotification()
100 titleId = R.string.play_movies; in postNotification()
107 postNotification(sort, resId, backupResId, titleId, backupTitleId, pkgName); in postNotification()
111 int titleId, int backupTitleId, String pkgName) { in postNotification() argument
116 titleId = backupTitleId; in postNotification()
125 bob.setContentTitle(mContext.getString(titleId)) in postNotification()