Home | History | Annotate | Download | only in cts

Lines Matching refs:hints

372         StatusHints hints = new StatusHints("test", null, null);
373 mRemoteConnection.setStatusHints(hints);
376 assertEquals(hints, callbackInvoker.getArgs(0)[1]);