OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationModel
(Results
1 - 4
of
4
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/data/
NotificationModel.java
22
final class
NotificationModel
{
DataModel.java
69
private
NotificationModel
mNotificationModel;
87
mNotificationModel = new
NotificationModel
();
StopwatchModel.java
53
private final
NotificationModel
mNotificationModel;
67
StopwatchModel(Context context,
NotificationModel
notificationModel
) {
69
mNotificationModel =
notificationModel
;
TimerModel.java
78
private final
NotificationModel
mNotificationModel;
121
TimerModel(Context context, SettingsModel settingsModel,
NotificationModel
notificationModel
) {
124
mNotificationModel =
notificationModel
;
[
all
...]
Completed in 454 milliseconds