Home
last modified time | relevance | path

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

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java100 public static Notification makeBigTextNotification(Context context, int update, int id, in makeBigTextNotification() method in NotificationTests
257 …final Notification n = makeBigTextNotification(mContext, 0, bigtextId, System.currentTimeMillis()); in testCreate()