Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java185 RemoteViews remoteViewsExpanded = new RemoteViews(getPackageName(), in setNotification() local
187 remoteViewsExpanded.setOnClickPendingIntent(R.id.swn_expanded_hitspace, pendingIntent); in setNotification()
188 remoteViewsExpanded.setChronometer( in setNotification()
190 remoteViewsExpanded. in setNotification()
195 remoteViewsExpanded.setTextViewText( in setNotification()
199 remoteViewsExpanded.setOnClickPendingIntent(R.id.swn_left_button, in setNotification()
201 remoteViewsExpanded. in setNotification()
206 remoteViewsExpanded.setTextViewText( in setNotification()
210 remoteViewsExpanded.setOnClickPendingIntent(R.id.swn_right_button, in setNotification()
212 remoteViewsExpanded. in setNotification()
[all …]