Searched refs:LINES (Results 1 – 4 of 4) sorted by relevance
91 static final String[] LINES = new String[] { field in NotificationTests134 if (end > LINES.length) { in makeBigTextNotification()135 end = LINES.length; in makeBigTextNotification()139 if (i >= LINES.length) break; in makeBigTextNotification()141 longSmsText.append(LINES[i]); in makeBigTextNotification()
73 proto.write(LocalLogProto.LINES, mLines.get(i)); in writeToProto()
390 private static final int LINES = 1; field in TextView391 private static final int EMS = LINES;756 private int mMaxMode = LINES;760 private int mMinMode = LINES;2673 if (mMaxMode != LINES) { in getExtendedPaddingTop()2710 if (mMaxMode != LINES) { in getExtendedPaddingBottom()5260 mMinMode = LINES; in setMinLines()5280 return mMinMode == LINES ? mMinimum : -1; in getMinLines()5343 mMaxMode = LINES; in setMaxLines()5363 return mMaxMode == LINES ? mMaximum : -1; in getMaxLines()[all …]
99676 Lcom/android/internal/util/LocalLogProto;->LINES:J