Home
last modified time | relevance | path

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

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java255 int bigtextId = mNotifications.size(); in testCreate() local
257 …final Notification n = makeBigTextNotification(mContext, 0, bigtextId, System.currentTimeMillis()); in testCreate()