Home
last modified time | relevance | path

Searched defs:getOutput (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/device/
DInvalidShellCommandResultException.java40 public ShellCommandOutput getOutput() { in getOutput() method in InvalidShellCommandResultException
/packages/modules/Wifi/service/tests/mts/src/android/net/wifi/mts/
DStreamReader.java37 public String getOutput() { in getOutput() method in StreamReader
/packages/services/Car/service/src/com/android/car/
DCarTestService.java177 public String getOutput() throws IOException { in getOutput() method in CarTestService.FdEventListener
225 public String getOutput(long waitTimeoutMs) throws IOException, InterruptedException { in getOutput() method in CarTestService.NativePipe
/packages/apps/Camera2/src/com/android/camera/util/
DListenerCombiner.java65 public boolean getOutput() { in getOutput() method in ListenerCombiner
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java112 protected final ExpectedKeyOutput getOutput() { in getOutput() method in ExpectedKey
/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp195 std::vector<uint8_t> getOutput() { return output_; } in getOutput() function in android::nn::wrapper::QuantizedLSTMOpModel