Searched refs:mAppExtras (Results 1 – 1 of 1) sorted by relevance
48 private final PersistableBundle mAppExtras; field in SuspendParams61 this.mAppExtras = appExtras; in SuspendParams()78 if (!BaseBundle.kindofEquals(mAppExtras, other.mAppExtras)) { in equals()93 hashCode = 31 * hashCode + ((mAppExtras != null) ? mAppExtras.size() : 0); in hashCode()111 if (mAppExtras != null) { in saveToXml()114 mAppExtras.saveToXml(out); in saveToXml()184 return mAppExtras; in getAppExtras()