OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSwitchAutoTime
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java
60
private Switch
mSwitchAutoTime
;
129
mSwitchAutoTime
= (Switch) view.findViewById(R.id.switch_auto_time);
134
mSwitchAutoTime
.setOnCheckedChangeListener(mOnCheckedChangeListener);
168
setCheckedSafely(
mSwitchAutoTime
,
/developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java
60
private Switch
mSwitchAutoTime
;
129
mSwitchAutoTime
= (Switch) view.findViewById(R.id.switch_auto_time);
134
mSwitchAutoTime
.setOnCheckedChangeListener(mOnCheckedChangeListener);
168
setCheckedSafely(
mSwitchAutoTime
,
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerFragment.java
60
private Switch
mSwitchAutoTime
;
129
mSwitchAutoTime
= (Switch) view.findViewById(R.id.switch_auto_time);
134
mSwitchAutoTime
.setOnCheckedChangeListener(mOnCheckedChangeListener);
168
setCheckedSafely(
mSwitchAutoTime
,
Completed in 744 milliseconds