Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSession2ServiceTest.java392 Intent wrongIntent = new Intent("wrongIntent"); in testOnBind() local
393 assertNull(service.onBind(wrongIntent)); in testOnBind()