Home
last modified time | relevance | path

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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationService.java235 SpannableString line3 = new SpannableString("Charlie: Iz IN UR EMAILZ!!"); in onHandleIntent() local
236 line3.setSpan(bold, 0, 7, 0); in onHandleIntent()
247 .addLine(line3) in onHandleIntent()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileSystemUtils.java338 String line3 = lines.get(2); // the line may be interested in in freeSpaceUnix() local
339 tok = new StringTokenizer(line3, " "); in freeSpaceUnix()