Lines Matching full:deviceprofile
31 private DeviceProfile mProfile;
57 ArrayList<DeviceProfile> deviceProfiles =
58 new ArrayList<DeviceProfile>();
62 deviceProfiles.add(new DeviceProfile("Super Short Stubby",
64 deviceProfiles.add(new DeviceProfile("Shorter Stubby",
66 deviceProfiles.add(new DeviceProfile("Short Stubby",
68 deviceProfiles.add(new DeviceProfile("Stubby",
70 deviceProfiles.add(new DeviceProfile("Nexus S",
72 deviceProfiles.add(new DeviceProfile("Nexus 4",
74 deviceProfiles.add(new DeviceProfile("Nexus 5",
76 deviceProfiles.add(new DeviceProfile("Large Phone",
80 deviceProfiles.add(new DeviceProfile("Nexus 7",
83 deviceProfiles.add(new DeviceProfile("Nexus 10",
86 deviceProfiles.add(new DeviceProfile("Nexus 7",
88 deviceProfiles.add(new DeviceProfile("Nexus 10",
91 deviceProfiles.add(new DeviceProfile("20-inch Tablet",
95 mProfile = new DeviceProfile(context, deviceProfiles,
102 public DeviceProfile getDeviceProfile() {