Searched refs:remoteViewsCollapsed (Results 1 – 1 of 1) sorted by relevance
178 RemoteViews remoteViewsCollapsed = new RemoteViews(getPackageName(), in setNotification() local180 remoteViewsCollapsed.setOnClickPendingIntent(R.id.swn_collapsed_hitspace, pendingIntent); in setNotification()181 remoteViewsCollapsed.setChronometer( in setNotification()183 remoteViewsCollapsed. in setNotification()220 remoteViewsCollapsed.setTextViewText(R.id.swn_collapsed_laps, lapText); in setNotification()221 remoteViewsCollapsed.setViewVisibility(R.id.swn_collapsed_laps, View.VISIBLE); in setNotification()225 remoteViewsCollapsed.setViewVisibility(R.id.swn_collapsed_laps, View.GONE); in setNotification()252 remoteViewsCollapsed. in setNotification()254 remoteViewsCollapsed.setViewVisibility(R.id.swn_collapsed_laps, View.VISIBLE); in setNotification()265 .setContent(remoteViewsCollapsed) in setNotification()