Searched refs:fooInput (Results 1 – 1 of 1) sorted by relevance
1262 public IBase.Foo[] someMethodWithFooArrays(IBase.Foo[] fooInput) { in someMethodWithFooArrays() argument1263 Log.d(TAG, "Baz someMethodWithFooArrays " + fooInput.toString()); in someMethodWithFooArrays()1266 fooOutput[0] = fooInput[1]; in someMethodWithFooArrays()1267 fooOutput[1] = fooInput[0]; in someMethodWithFooArrays()1273 ArrayList<IBase.Foo> fooInput) { in someMethodWithFooVectors() argument1274 Log.d(TAG, "Baz someMethodWithFooVectors " + fooInput.toString()); in someMethodWithFooVectors()1277 fooOutput.add(fooInput.get(1)); in someMethodWithFooVectors()1278 fooOutput.add(fooInput.get(0)); in someMethodWithFooVectors()