Searched refs:DeviceFeature (Results 1 – 8 of 8) sorted by relevance
959 type DeviceFeature struct { struct968 func (m *DeviceFeature) Reset() { *m = DeviceFeature{} }970 func (*DeviceFeature) ProtoMessage() {}971 func (*DeviceFeature) Descriptor() ([]byte, []int) {975 func (m *DeviceFeature) XXX_Unmarshal(b []byte) error {981 func (m *DeviceFeature) XXX_Merge(src proto.Message) {984 func (m *DeviceFeature) XXX_Size() int {987 func (m *DeviceFeature) XXX_DiscardUnknown() {993 func (m *DeviceFeature) GetFeatureName() string {1000 func (m *DeviceFeature) GetFeatureVersion() int32 {[all …]
146 message DeviceFeature { message231 DeviceFeature required_feature = 1;
96 using DeviceFeature = std::string; variable116 std::vector<DeviceFeature> features;
70 using ::aapt::configuration::DeviceFeature;
155 Group<DeviceFeature> device_feature_groups;
53 using ::aapt::configuration::DeviceFeature;830 OrderedEntry<DeviceFeature>& entry = config->device_feature_groups[label]; in DeviceFeatureGroupTagHandler()
549 @interface DeviceFeature {} annotation in Constants
721 for (@Constants.DeviceFeature Integer deviceFeature : deviceFeatures) { in buildReportFeatures()