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

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
CompanionAwareTest.java 26 * Subclass may call {@link #getCompanion()} to retrieve the allocated companion. Must be used
38 protected ITestDevice getCompanion() {
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyPairedBase.java 56 protected ITestDevice getCompanion() {
81 getCompanion().executeShellCommand(mCompanionRecurringCommand);
83 CLog.e("Recurring command failed on %s (%s)", getCompanion().getSerialNumber(),
96 getCompanion().getSerialNumber(), mCompanionRecurringCommand);
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/companion/
CheckPairingPreparer.java 40 String companionMac = BluetoothUtils.getBluetoothMac(getCompanion(device));
42 Set<String> companionBonded = BluetoothUtils.getBondedDevices(getCompanion(device));
CompanionAwarePreparer.java 40 protected ITestDevice getCompanion(ITestDevice primary) throws TargetSetupError {

Completed in 125 milliseconds