Searched refs:fooInput (Results 1 – 1 of 1) sorted by relevance
1320 public IBase.Foo[] someMethodWithFooArrays(IBase.Foo[] fooInput) { in someMethodWithFooArrays() argument1321 Log.d(TAG, "Baz someMethodWithFooArrays " + Arrays.toString(fooInput)); in someMethodWithFooArrays()1324 fooOutput[0] = fooInput[1]; in someMethodWithFooArrays()1325 fooOutput[1] = fooInput[0]; in someMethodWithFooArrays()1331 ArrayList<IBase.Foo> fooInput) { in someMethodWithFooVectors() argument1332 Log.d(TAG, "Baz someMethodWithFooVectors " + fooInput.toString()); in someMethodWithFooVectors()1335 fooOutput.add(fooInput.get(1)); in someMethodWithFooVectors()1336 fooOutput.add(fooInput.get(0)); in someMethodWithFooVectors()