Searched refs:compareResource (Results 1 – 1 of 1) sorted by relevance
241 compareResource("@id/foo_bar"); in testResourceReference()242 compareResource("@transition/foo_bar"); in testResourceReference()243 compareResource("@anim/foo_bar"); in testResourceReference()244 compareResource("@animator/foo_bar"); in testResourceReference()245 compareResource("@android:id/foo_bar"); in testResourceReference()246 compareResource("@app:id/foo_bar"); in testResourceReference()271 private void compareResource(String value) throws Exception { in compareResource() method in BindingExpressionParserTest