Searched refs:switchWidget (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DMasterSwitchPreferenceTest.java67 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
83 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
99 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
114 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
132 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
165 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
179 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
193 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java67 public BluetoothEnabler(Context context, SwitchWidgetController switchWidget, argument
70 this(context, switchWidget, metricsFeatureProvider, manager, metricsEvent,
74 public BluetoothEnabler(Context context, SwitchWidgetController switchWidget, argument
79 mSwitchWidget = switchWidget;
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiEnabler.java81 public WifiEnabler(Context context, SwitchWidgetController switchWidget, argument
83 this(context, switchWidget, metricsFeatureProvider, new ConnectivityManagerWrapper(
88 WifiEnabler(Context context, SwitchWidgetController switchWidget, argument
92 mSwitchWidget = switchWidget;
/packages/apps/Settings/src/com/android/settings/widget/
H A DMasterSwitchPreference.java84 mSwitch = (Switch) holder.findViewById(R.id.switchWidget);
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsDetails.java133 Switch sw = (Switch)view.findViewById(R.id.switchWidget);
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothEnablerTest.java100 when(holder.findViewById(R.id.switchWidget)).thenReturn(mSwitch);

Completed in 686 milliseconds