Searched refs:mIsUpdatedSystemApp (Results 1 – 1 of 1) sorted by relevance
39 private boolean mIsUpdatedSystemApp; field in PackageInfo52 return mIsUpdatedSystemApp; in isUpdatedSystemApp()99 mIsUpdatedSystemApp = isUpdatedSystemApp; in setIsUpdatedSystemApp()115 mIsUpdatedSystemApp = flagString.contains(FLAG_UPDATED_SYSTEM_APP_TEXT); in parseFlagsAsString()125 mIsUpdatedSystemApp = (flags & FLAG_UPDATED_SYSTEM_APP) != 0; in parseFlagsAsInt()