Home
last modified time | relevance | path

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

/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/
DCtsCarShellCommand.java52 public boolean returnStartsWith(String str) throws Exception { in returnStartsWith() method in CtsCarShellCommand
DBinderHelperHostTest.java44 assertThat(infoCmd.returnStartsWith(OK_STATUS_RETURN_HEADER)).isTrue(); in testOnTransactForCmd()