Interface Radios.Builder

    • Method Detail

      • wifi

        Radios.Builder wifi​(Boolean wifi)

        True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.

        Parameters:
        wifi - True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bluetooth

        Radios.Builder bluetooth​(Boolean bluetooth)

        True if Bluetooth is enabled at the beginning of the test. Otherwise, false.

        Parameters:
        bluetooth - True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nfc

        Radios.Builder nfc​(Boolean nfc)

        True if NFC is enabled at the beginning of the test. Otherwise, false.

        Parameters:
        nfc - True if NFC is enabled at the beginning of the test. Otherwise, false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gps

        Radios.Builder gps​(Boolean gps)

        True if GPS is enabled at the beginning of the test. Otherwise, false.

        Parameters:
        gps - True if GPS is enabled at the beginning of the test. Otherwise, false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.