Home
last modified time | relevance | path

Searched refs:getReadyMsgId (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DServiceResponderTestActivity.java43 protected int getReadyMsgId() { in getReadyMsgId() method in ServiceResponderTestActivity
DGoTestActivity.java43 protected int getReadyMsgId() { in getReadyMsgId() method in GoTestActivity
DGoWithConfigFixedFrequencyTestActivity.java43 protected int getReadyMsgId() { in getReadyMsgId() method in GoWithConfigFixedFrequencyTestActivity
DGoNegResponderTestActivity.java43 protected int getReadyMsgId() { in getReadyMsgId() method in GoNegResponderTestActivity
DGoWithConfigTestActivity.java43 protected int getReadyMsgId() { in getReadyMsgId() method in GoWithConfigTestActivity
DGoWithConfig2gBandTestActivity.java44 protected int getReadyMsgId() { in getReadyMsgId() method in GoWithConfig2gBandTestActivity
DResponderTestActivity.java81 abstract protected int getReadyMsgId(); in getReadyMsgId() method in ResponderTestActivity
170 mTextView.setText(getReadyMsgId()); in onTestSuccess()