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

  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 70 private RadioButton mWiFiConnectivityRadioButton;
91 mWiFiConnectivityRadioButton = (RadioButton) findViewById(R.id.checkbox_unmetered);
134 boolean requiresUnmetered = mWiFiConnectivityRadioButton.isChecked();
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 70 private RadioButton mWiFiConnectivityRadioButton;
91 mWiFiConnectivityRadioButton = (RadioButton) findViewById(R.id.checkbox_unmetered);
134 boolean requiresUnmetered = mWiFiConnectivityRadioButton.isChecked();
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java 70 private RadioButton mWiFiConnectivityRadioButton;
91 mWiFiConnectivityRadioButton = (RadioButton) findViewById(R.id.checkbox_unmetered);
134 boolean requiresUnmetered = mWiFiConnectivityRadioButton.isChecked();

Completed in 145 milliseconds