Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DPulledStats.java19 import static com.android.server.notification.NotificationManagerService.REPORT_REMOTE_VIEWS;
51 case REPORT_REMOTE_VIEWS: in toParcelFileDescriptor()
85 case REPORT_REMOTE_VIEWS: in dump()
111 case REPORT_REMOTE_VIEWS: in writeToProto()
DNotificationManagerService.java286 public static final int REPORT_REMOTE_VIEWS = 0x01; field in NotificationManagerService
4247 case REPORT_REMOTE_VIEWS:
4491 stats.dump(REPORT_REMOTE_VIEWS, pw, filter);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPulledStatsTest.java18 import static com.android.server.notification.NotificationManagerService.REPORT_REMOTE_VIEWS;
79 stats.writeToProto(REPORT_REMOTE_VIEWS, protoStream); in testPulledStats_RemoteViewReportPackages()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java2521 pullNotificationStats(NotificationManagerService.REPORT_REMOTE_VIEWS, in pullData()