Searched refs:resId (Results 1 – 2 of 2) sorted by relevance
83 int resId; in postNotification() local91 resId = R.drawable.ic_ted_banner; in postNotification()98 resId = R.drawable.ic_play_movies_banner; in postNotification()107 postNotification(sort, resId, backupResId, titleId, backupTitleId, pkgName); in postNotification()110 private void postNotification(int sort, int resId, int backupResId, in postNotification() argument112 int id = resId; in postNotification()117 resId = backupResId; in postNotification()127 .setLargeIcon(BitmapFactory.decodeResource(mContext.getResources(), resId)) in postNotification()
70 int resId = 0; in getConnectedResId() local74 resId = R.drawable.ic_widget_wifi_not_connected; in getConnectedResId()76 resId = R.drawable.ic_widget_wifi_no_internet; in getConnectedResId()79 resId = android.R.color.transparent; in getConnectedResId()82 return resId; in getConnectedResId()