Searched refs:mHarmfulAppWarning (Results 1 – 2 of 2) sorted by relevance
48 private String mHarmfulAppWarning; field in HarmfulAppWarningActivity59 mHarmfulAppWarning = intent.getStringExtra(EXTRA_HARMFUL_APP_WARNING); in onCreate()61 if (mPackageName == null || mTarget == null || mHarmfulAppWarning == null) { in onCreate()96 .setText(mHarmfulAppWarning); in createView()
104 private String mHarmfulAppWarning; field in PackageUserStateImpl182 mHarmfulAppWarning = other.mHarmfulAppWarning;526 mHarmfulAppWarning = value;761 return mHarmfulAppWarning;873 && Objects.equals(mHarmfulAppWarning, that.mHarmfulAppWarning)903 _hash = 31 * _hash + Objects.hashCode(mHarmfulAppWarning);