Searched refs:OpenRestrictAppFragmentAction (Results 1 – 4 of 4) sorted by relevance
36 public class OpenRestrictAppFragmentAction extends BatteryTipAction { class42 public OpenRestrictAppFragmentAction(InstrumentedPreferenceFragment fragment, in OpenRestrictAppFragmentAction() method in OpenRestrictAppFragmentAction
59 private OpenRestrictAppFragmentAction mAction;81 mAction = new OpenRestrictAppFragmentAction(mFragment, in setUp()
28 import com.android.settings.fuelgauge.batterytip.actions.OpenRestrictAppFragmentAction;87 mFragment)).isInstanceOf(OpenRestrictAppFragmentAction.class); in testGetActionForBatteryTip_typeRestrictStateHandled_returnActionOpen()
35 import com.android.settings.fuelgauge.batterytip.actions.OpenRestrictAppFragmentAction;104 return new OpenRestrictAppFragmentAction(fragment, (RestrictAppTip) batteryTip); in getActionForBatteryTip()