Searched refs:DeviceSpecific (Results 1 – 4 of 4) sorted by relevance
24 import com.android.preload.actions.DeviceSpecific;72 private Collection<DeviceSpecific> deviceSpecificActions;120 deviceSpecificActions = new ArrayList<DeviceSpecific>(); in Main()122 if (a instanceof DeviceSpecific) { in Main()123 deviceSpecificActions.add((DeviceSpecific)a); in Main()149 for (DeviceSpecific ds : deviceSpecificActions) { in setDevice()
28 public interface DeviceSpecific { interface
24 implements DeviceSpecific {
32 public class RunMonkeyAction extends AbstractAction implements DeviceSpecific {