Searched refs:pendingShowApp (Results 1 – 2 of 2) sorted by relevance
211 final PendingIntent pendingShowApp = PendingIntent.getActivity(mContext, 0, showApp, in updateNotification() local222 collapsed.setOnClickPendingIntent(R.id.swn_collapsed_hitspace, pendingShowApp); in updateNotification()227 expanded.setOnClickPendingIntent(R.id.swn_expanded_hitspace, pendingShowApp); in updateNotification()
683 final PendingIntent pendingShowApp = PendingIntent.getActivity(mContext, 0, showApp, in updateNotification() local693 .setContentIntent(pendingShowApp) in updateNotification()