HomeSort by relevance Sort by last modified time
    Searched refs:mInstructions (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
TestAdapter.java 40 private final int mInstructions;
44 this.mInstructions = instructions;
93 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java 42 private LinearLayout mInstructions;
66 mInstructions = (LinearLayout) findViewById(R.id.instructions_list);
105 mInstructions.removeAllViews();
106 mInstructions.addView(tv);
  /tools/tradefederation/core/prod-tests/src/com/android/bluetooth/tests/
BluetoothStressTest.java 127 public String mInstructions = null;
352 t.mInstructions = String.format("Start the testAcceptPair instrumentation on the remote "
369 t.mInstructions = String.format("Start the testPair instrumentation on the remote "
386 t.mInstructions = "Put the remote headset device in pairing mode. Hit Enter when done.";
399 t.mInstructions = "Put the remote A2DP device in pairing mode. Hit Enter when done.";
412 t.mInstructions = "Put the remote input device in pairing mode. Hit Enter when done.";
425 t.mInstructions = String.format("Start the testIncomingPanConnection instrumentation on "
443 t.mInstructions = ("Start the testConnectPan instrumentation on the remote Android " +
445 t.mInstructions = String.format("Start the testConnectPan instrumentation on the remote "
462 t.mInstructions = "Put the remote headset device in pairing mode. Hit Enter when done."
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 358 private final ArrayList<Instruction> mInstructions = new ArrayList<Instruction>();
377 mInstructions.add(instruction);
827 for (Instruction instruction : mInstructions) {
    [all...]

Completed in 240 milliseconds