Home
last modified time | relevance | path

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

/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
DJavaBridgeBasicsTest.java281 private int mNumMethodInvocations; in testSameObjectInjectedMultipleTimes() field in JavaBridgeBasicsTest.TestObject
282 public void method() { mTestController.setIntValue(++mNumMethodInvocations); } in testSameObjectInjectedMultipleTimes()
314 private int mNumMethodInvocations; in testReturnedObjectInjectedElsewhere() field in JavaBridgeBasicsTest.InnerObject
315 public void method() { mTestController.setIntValue(++mNumMethodInvocations); } in testReturnedObjectInjectedElsewhere()