Searched refs:wrongIntent (Results 1 – 1 of 1) sorted by relevance
392 Intent wrongIntent = new Intent("wrongIntent"); in testOnBind() local393 assertNull(service.onBind(wrongIntent)); in testOnBind()