OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
64
mWiFiConnectivityRadioButton
= (RadioButton) findViewById(R.id.checkbox_unmetered);
84
private RadioButton
mWiFiConnectivityRadioButton
;
140
boolean requiresUnmetered =
mWiFiConnectivityRadioButton
.isChecked();
/developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java
64
mWiFiConnectivityRadioButton
= (RadioButton) findViewById(R.id.checkbox_unmetered);
84
private RadioButton
mWiFiConnectivityRadioButton
;
140
boolean requiresUnmetered =
mWiFiConnectivityRadioButton
.isChecked();
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java
64
mWiFiConnectivityRadioButton
= (RadioButton) findViewById(R.id.checkbox_unmetered);
84
private RadioButton
mWiFiConnectivityRadioButton
;
140
boolean requiresUnmetered =
mWiFiConnectivityRadioButton
.isChecked();
Completed in 1604 milliseconds