Searched refs:TEST_NOTIFICATION_TITLE_FMT (Results 1 – 2 of 2) sorted by relevance
111 private static final String TEST_NOTIFICATION_TITLE_FMT = "Test title; id=%s"; field in BroadcastResponseStatsTest2038 .setContentTitle(String.format(TEST_NOTIFICATION_TITLE_FMT, notificationId)) in buildNotification()2051 .setContentTitle(String.format(TEST_NOTIFICATION_TITLE_FMT, notificationId)) in buildMediaNotification()
217 private static final String TEST_NOTIFICATION_TITLE_FMT = "Test title; id=%s"; field in UsageStatsTest1218 .setContentTitle(String.format(TEST_NOTIFICATION_TITLE_FMT, notificationId)) in buildNotification()