Home
last modified time | relevance | path

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

/device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
DPartnerReceiver.java73 postNotification(getPackageName(intent)); in onReceive()
76 postNotification(TED_PKG_NAME); in onReceive()
77 postNotification(PLAY_MOVIES_PKG_NAME); in onReceive()
81 private void postNotification(String pkgName) { in postNotification() method in PartnerReceiver
107 postNotification(sort, resId, backupResId, titleId, backupTitleId, pkgName); in postNotification()
110 private void postNotification(int sort, int resId, int backupResId, in postNotification() method in PartnerReceiver