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