Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterfaceNdk.aidl11 String stringValue, inout String[] stringArray, in LogThis() argument
DILoggableInterface.aidl11 String stringValue, inout String[] stringArray, in LogThis() argument
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java836 String[] stringArray = new String[3]; in client() local
837 stringArray[0] = "one"; in client()
838 stringArray[1] = "two"; in client()
839 stringArray[2] = "three"; in client()
845 String[] outArray = proxy.haveSomeStrings(stringArray); in client()