Searched refs:mHarmfulAppWarning (Results 1 – 3 of 3) 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()
72 private String mHarmfulAppWarning; field in PackageUserStateImpl149 mHarmfulAppWarning = other.mHarmfulAppWarning;482 mHarmfulAppWarning = value;681 return mHarmfulAppWarning;786 && Objects.equals(mHarmfulAppWarning, that.mHarmfulAppWarning)819 _hash = 31 * _hash + Objects.hashCode(mHarmfulAppWarning);
367 private final String mHarmfulAppWarning; field in PackageStateImpl.UserStateImpl390 mHarmfulAppWarning = userState.getHarmfulAppWarning(); in UserStateImpl()515 return mHarmfulAppWarning; in getHarmfulAppWarning()