Home | History | Annotate | Download | only in notification

Lines Matching defs:indexOf

319         assertTrue(mHelper.indexOf(notificationList, mRecordGroupGSortA) >= 0);
320 assertTrue(mHelper.indexOf(notificationList, mRecordGroupGSortB) >= 0);
321 assertTrue(mHelper.indexOf(notificationList, mRecordNoGroup) >= 0);
322 assertTrue(mHelper.indexOf(notificationList, mRecordNoGroupSortA) >= 0);