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.java408 public static final int REPORT_REMOTE_VIEWS = 0x01; field in NotificationManagerService
6508 case REPORT_REMOTE_VIEWS:
6791 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/pull/
DStatsPullAtomService.java4288 NotificationManagerService.REPORT_REMOTE_VIEWS, true, statsFiles);