Add AndroidLint detector for Java Stream API usage

This detector checks for calls to Java Stream APIs and reports a warning
if such a call is found, suggesting that direct iteration or utilities
should be used instead.

Fixes: 432766392
Test: JavaStreamDetectorTest
Flag: EXEMPT lint check
Change-Id: Ie88876177c168744e12fbf29ddb0b1e1bfd9e698
3 files changed