Exemple #1
0
  /** Clear the header */
  public void clear() {
    mAccountHeaderBuilder.mProfiles = null;

    // calculate the profiles to set
    mAccountHeaderBuilder.calculateProfiles();

    // process and build the profiles
    mAccountHeaderBuilder.buildProfiles();
  }