Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/test/java/android/databinding/
DBindingExpressionParserTest.java241 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