Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt83 val pname: String = context.getPackageName() in build() constant
187 notification.setCustomContentView(buildChronometer(pname, base, running, stateText)) in build()
270 val pname: String = context.getPackageName() in buildHeadsUp() constant
300 notification.setCustomContentView(buildChronometer(pname, base, true, stateText)) in buildHeadsUp()
323 val pname: String = context.getPackageName() in buildMissed() constant
385 notification.setCustomContentView(buildChronometer(pname, base, true, stateText)) in buildMissed()
398 pname: String, in buildChronometer()
403 val content = RemoteViews(pname, R.layout.chronometer_notif_content) in buildChronometer()
DStopwatchNotificationBuilder.kt69 val pname: String = context.getPackageName() in build() constant
73 val content = RemoteViews(pname, R.layout.chronometer_notif_content) in build()