Searched defs:SetupData (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DSetupData.java27 public class SetupData implements Parcelable { class in inherits:Parcelable
28 // The "extra" name for the Bundle saved with SetupData
65 // We only have one instance of SetupData; if/when the process is destroyed, this data will be
67 private static SetupData INSTANCE = null;
69 public static synchronized SetupData getInstance() {
71 INSTANCE = new SetupData();
77 private SetupData() { method in class:SetupData
139 SetupData data = getInstance();
169 SetupData data = getInstance();
175 SetupData dat
222 public SetupData(Parcel in) { method in class:SetupData
[all...]

Completed in 502 milliseconds