Searched refs:mCurrentSystemProfile (Results 1 – 1 of 1) sorted by relevance
38 private final SystemProfile mCurrentSystemProfile; field in SystemData62 mCurrentSystemProfile = systemProfile.build(); in SystemData()71 systemProfileBuilder.setAppVersion(mCurrentSystemProfile.getAppVersion()); in filteredSystemProfile()74 systemProfileBuilder.setArch(mCurrentSystemProfile.getArch()); in filteredSystemProfile()77 systemProfileBuilder.setBoardName(mCurrentSystemProfile.getBoardName()); in filteredSystemProfile()80 systemProfileBuilder.setBuildType(mCurrentSystemProfile.getBuildType()); in filteredSystemProfile()83 systemProfileBuilder.setChannel(mCurrentSystemProfile.getChannel()); in filteredSystemProfile()89 systemProfileBuilder.setOs(mCurrentSystemProfile.getOs()); in filteredSystemProfile()92 systemProfileBuilder.setProductName(mCurrentSystemProfile.getProductName()); in filteredSystemProfile()95 systemProfileBuilder.setSystemVersion(mCurrentSystemProfile.getSystemVersion()); in filteredSystemProfile()