Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 1736) sorted by relevance

12345678910>>...70

/packages/services/Car/car-lib/generated-prop-config/
DCarSvcProps-Released.json9 "type": "single", string
18 "type": "single", string
27 "type": "single", string
36 "type": "single", string
45 "type": "single", string
54 "type": "single", string
78 "type": "single", string
87 "type": "single", string
111 "type": "single", string
129 "type": "single", string
[all …]
DCarSvcProps.json15 "type": "single", string
30 "type": "single", string
45 "type": "single", string
60 "type": "single", string
75 "type": "single", string
90 "type": "single", string
120 "type": "single", string
135 "type": "single", string
165 "type": "single", string
189 "type": "single", string
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStackEvent.java33 public int type; field in VolumeControlStackEvent
44 VolumeControlStackEvent(int type) { in VolumeControlStackEvent()
64 private static String eventTypeToString(int type) { in eventTypeToString()
85 private static String eventTypeValue1ToString(int type, int value) { in eventTypeValue1ToString()
103 private static String eventTypeValue2ToString(int type, int value) { in eventTypeValue2ToString()
115 private static String eventTypeValue3ToString(int type, int value) { in eventTypeValue3ToString()
125 private static String eventTypeValueBool1ToString(int type, boolean value) { in eventTypeValueBool1ToString()
135 private static String eventTypeValueBool2ToString(int type, boolean value) { in eventTypeValueBool2ToString()
145 private static String eventTypeString1ToString(int type, String value) { in eventTypeString1ToString()
/packages/modules/Connectivity/clatd/
Dicmp.c47 int is_icmp_error(uint8_t type) { return type == 3 || type == 11 || type == 12; } in is_icmp_error()
53 int is_icmp6_error(uint8_t type) { return type < 128; } in is_icmp6_error()
59 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) { in icmp_to_icmp6_type()
87 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code) { in icmp_to_icmp6_code()
122 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code) { in icmp6_to_icmp_type()
147 uint8_t icmp6_to_icmp_code(uint8_t type, uint8_t code) { in icmp6_to_icmp_code()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DDialogManager.java107 void showDialog(@DialogType int type) { in showDialog()
111 void showDialog(@DialogType int type, Runnable positiveCallback) { in showDialog()
115 void showDialog(@DialogType int type, Runnable positiveCallback, Runnable cancelCallback) { in showDialog()
133 void dismissDialog(@DialogType int type) { in dismissDialog()
144 void removeDialog(@DialogType int type) { in removeDialog()
169 private String getDialogTitle(@DialogType int type) { in getDialogTitle()
187 private String getDialogMessage(@DialogType int type) { in getDialogMessage()
211 private String typeToString(@DialogType int type) { in typeToString()
230 @DialogType int type) { in createAlertDialog()
295 Dialog get(int type) { in get()
[all …]
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructNlAttr.java48 public static short makeNestedType(short type) { in makeNestedType()
143 public StructNlAttr(short type, byte value) { in StructNlAttr()
149 public StructNlAttr(short type, short value) { in StructNlAttr()
153 public StructNlAttr(short type, short value, ByteOrder order) { in StructNlAttr()
166 public StructNlAttr(short type, int value) { in StructNlAttr()
170 public StructNlAttr(short type, int value, ByteOrder order) { in StructNlAttr()
183 public StructNlAttr(short type, long value) { in StructNlAttr()
187 public StructNlAttr(short type, long value, ByteOrder order) { in StructNlAttr()
200 public StructNlAttr(short type, @NonNull final byte[] value) { in StructNlAttr()
205 public StructNlAttr(short type, @NonNull final InetAddress ip) { in StructNlAttr()
[all …]
/packages/services/Car/cpp/computepipe/runner/client_interface/
DPipeOptionsConverter.cpp44 PipeInputConfigInputType ConvertInputType(proto::InputStreamConfig::InputType type) { in ConvertInputType()
55 PipeInputConfigCameraType ConvertCameraType(proto::CameraConfig::CameraType type) { in ConvertCameraType()
68 PipeInputConfigImageFileType ConvertImageFileType(proto::ImageFileConfig::ImageFileType type) { in ConvertImageFileType()
77 PipeInputConfigVideoFileType ConvertVideoFileType(proto::VideoFileConfig::VideoFileType type) { in ConvertVideoFileType()
84 PipeInputConfigFormatType ConvertInputFormat(proto::InputStreamConfig::FormatType type) { in ConvertInputFormat()
95 PipeOffloadConfigOffloadType ConvertOffloadType(proto::OffloadOption::OffloadType type) { in ConvertOffloadType()
108 PipeOutputConfigPacketType ConvertOutputType(proto::PacketType type) { in ConvertOutputType()
120 proto::TerminationOption::TerminationType type) { in ConvertTerminationType()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java101 public int type = EVENT_TYPE_NONE; field in LeAudioStackEvent
115 LeAudioStackEvent(int type) { in LeAudioStackEvent()
160 private static String eventTypeToString(int type) { in eventTypeToString()
205 private static String eventTypeValue1ToString(int type, int value) { in eventTypeValue1ToString()
270 private static String eventTypeValue2ToString(int type, int value) { in eventTypeValue2ToString()
336 private static String eventTypeValue3ToString(int type, int value) { in eventTypeValue3ToString()
347 private static String eventTypeValue4ToString(int type, int value) { in eventTypeValue4ToString()
358 private static String eventTypeValue5ToString(int type, int value) { in eventTypeValue5ToString()
368 private static String eventTypeValueBool1ToString(int type, boolean value) { in eventTypeValueBool1ToString()
380 int type, BluetoothLeAudioCodecConfig value) { in eventTypeValueCodec1ToString()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppSendFileInfoTest.java79 String type = "text/plain"; in createInstance_withFileInputStream() local
95 String type = "text/plain"; in createInstance_withoutFileInputStream() local
109 String type = "text/plain"; in generateFileInfo_withUnsupportedScheme_returnsSendFileInfoError() local
119 String type = "text/plain"; in generateFileInfo_withForbiddenExternalUri_returnsSendFileInfoError() local
130 String type = "image/jpeg"; in generateFileInfo_withContentUriForOtherUser_returnsSendFileInfoError() local
161 String type = "image/jpeg"; in generateFileInfo_withContentUriForImplicitUser_returnsInfoWithCorrectLength() local
194 String type = "image/jpeg"; in generateFileInfo_withContentUriForSameUser_returnsInfoWithCorrectLength() local
235 String type = "text/plain"; in generateFileInfo_withoutPermissionForAccessingUri_returnsSendFileInfoError() local
250 String type = "text/plain"; in generateFileInfo_withUncorrectableMismatch_returnsSendFileInfoError() local
282 String type = "text/plain"; in generateFileInfo_withCorrectableMismatch_returnInfoWithCorrectLength() local
[all …]
/packages/modules/Bluetooth/system/bta/le_audio/
Daudio_set_configurations.json1450 "type": 1, number
1459 "type": 2, number
1468 "type": 4, number
1478 "type": 5, number
1504 "type": 1, number
1513 "type": 2, number
1522 "type": 4, number
1532 "type": 5, number
1558 "type": 1, number
1567 "type": 2, number
[all …]
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/phr/validations/
DMedicalResourceValidatorTest.java429 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_allergy() local
439 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_condition() local
449 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_procedure() local
459 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_medication() local
469 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_medicationStatement() local
479 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_medicationRequest() local
489 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_patient() local
499 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_practitioner() local
509 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_practitionerRole() local
519 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_encounter() local
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java155 LocalRequest(int type, int priority) { in LocalRequest()
203 protected abstract void validateTypeOrThrow(int type); in validateTypeOrThrow()
228 private IkeLocalRequest(int type, long remoteIkeSpi, int priority) { in IkeLocalRequest()
234 protected void validateTypeOrThrow(int type) { in validateTypeOrThrow()
257 int type, in ChildLocalRequest()
269 protected void validateTypeOrThrow(int type) { in validateTypeOrThrow()
296 IkeLocalRequest getIkeLocalRequest(int type) { in getIkeLocalRequest()
301 IkeLocalRequest getIkeLocalRequest(int type, long remoteIkeSpi) { in getIkeLocalRequest()
307 int type, ChildSessionCallback childCallback, ChildSessionParams childParams) { in getChildLocalRequest()
317 ChildLocalRequest getChildLocalRequest(int type, int remoteChildSpi) { in getChildLocalRequest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/configdelivery/
DConfigurationDao.java72 public abstract Long getLatestVersion(ConfigurationType type); in getLatestVersion()
82 public abstract List<Long> getAllVersions(ConfigurationType type); in getAllVersions()
94 ConfigurationType type, long version); in getConfigurationEntities()
104 public abstract long getConfigurationEntitiesCount(ConfigurationType type, long version); in getConfigurationEntitiesCount()
119 public abstract void deleteConfigurationEntities(ConfigurationType type, List<Long> versions); in deleteConfigurationEntities()
171 ConfigurationType type, long version, String id); in getConfigurationEntityById()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java126 public EvsHalEvent(long timestamp, @CarEvsServiceType int type, boolean on) { in EvsHalEvent()
401 public void onEvent(@CarEvsServiceType int type, boolean on) { in onEvent()
603 public @CarEvsError int startActivity(int type) { in startActivity()
650 public @CarEvsError int startVideoStream(@CarEvsServiceType int type, @Nullable IBinder token, in startVideoStream()
695 int type = types.valueAt(i); in stopVideoStream() local
716 public void stopVideoStreamFrom(@CarEvsServiceType int type, in stopVideoStreamFrom()
770 public CarEvsStatus getCurrentStatus(@CarEvsServiceType int type) { in getCurrentStatus()
825 public boolean isSupported(@CarEvsServiceType int type) { in isSupported()
876 public boolean setCameraIdFromCommand(@NonNull String type, @NonNull String id) { in setCameraIdFromCommand()
931 public String getCameraIdFromCommand(@NonNull String type) { in getCameraIdFromCommand()
[all …]
/packages/apps/TV/tests/robotests/src/com/android/tv/
DShadowTvView.java50 public List<TvTrackInfo> getTracks(int type) { in getTracks()
55 public void selectTrack(int type, String trackId) { in selectTrack()
68 public String getSelectedTrack(int type) { in getSelectedTrack()
77 private int findTrackIndex(int type, String trackId) { in findTrackIndex()
91 private void replaceTrack(int type, int trackIndex) { in replaceTrack()
/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfc_task_test.cc37 uint16_t type = 100; in TEST_F() local
66 uint16_t type = 200; in TEST_F() local
90 uint16_t type = 300; in TEST_F() local
119 uint16_t type = 100; in TEST_F() local
148 uint16_t type = 200; in TEST_F() local
172 uint16_t type = 300; in TEST_F() local
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java186 protected abstract boolean isOfType(@FloatingViewType int type); in isOfType()
232 ActivityContext activity, @FloatingViewType int type) { in getOpenView()
239 public static boolean hasOpenView(ActivityContext activity, @FloatingViewType int type) { in hasOpenView()
248 ActivityContext activity, @FloatingViewType int type) { in getAnyView()
253 ActivityContext activity, @FloatingViewType int type, boolean mustBeOpen) { in getView()
271 @FloatingViewType int type) { in closeOpenContainer()
279 @FloatingViewType int type) { in closeOpenViews()
293 @FloatingViewType int type) { in closeAllOpenViewsExcept()
299 @FloatingViewType int type) { in closeAllOpenViewsExcept()
308 @FloatingViewType int type) { in getTopOpenViewWithType()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DIsoInterface.java72 private static boolean isBoxParent(int type) { in isBoxParent()
103 public final int type; field in IsoInterface.Box
109 public Box(int type, long[] range) { in Box()
116 public static String typeToString(int type) { in typeToString()
139 private static @Nullable byte[] allocateBuffer(int type, int size) { in allocateBuffer()
162 final int type = readInt(fd); in parseNextBox() local
299 public @NonNull long[] getBoxRanges(int type) { in getBoxRanges()
328 public @Nullable byte[] getBoxBytes(int type) { in getBoxBytes()
/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h32 inline std::string AddressTypeText(tBLE_ADDR_TYPE type) { in AddressTypeText()
52 inline bool is_ble_addr_type_known(tBLE_ADDR_TYPE type) { in is_ble_addr_type_known()
65 inline uint8_t from_ble_addr_type(tBLE_ADDR_TYPE type) { return (uint8_t)type; } in from_ble_addr_type()
69 inline bool is_identity_type(const tBLE_ADDR_TYPE& type) { return type & BLE_ADDR_TYPE_ID_BIT; } in is_identity_type()
71 #define STREAM_TO_BLE_ADDR_TYPE(type, p) \ argument
76 #define BLE_ADDR_TYPE_TO_STREAM(p, type) \ argument
90 tBLE_ADDR_TYPE type; member
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStackEvent.java48 public final int type; field in HeadsetStackEvent
61 public HeadsetStackEvent(int type, BluetoothDevice device) { in HeadsetStackEvent()
72 public HeadsetStackEvent(int type, int valueInt, BluetoothDevice device) { in HeadsetStackEvent()
84 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent()
95 public HeadsetStackEvent(int type, String valueString, BluetoothDevice device) { in HeadsetStackEvent()
106 public HeadsetStackEvent(int type, HeadsetMessageObject valueObject, BluetoothDevice device) { in HeadsetStackEvent()
121 int type, in HeadsetStackEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java78 public int type; field in HapClientStackEvent
85 HapClientStackEvent(int type) { in HapClientStackEvent()
104 private static String eventTypeValueListToString(int type, List value) { in eventTypeValueListToString()
113 private static String eventTypeValueInt1ToString(int type, int value) { in eventTypeValueInt1ToString()
152 private static String eventTypeValueInt2ToString(int type, int value) { in eventTypeValueInt2ToString()
169 private static String eventTypeValueInt3ToString(int type, int value) { in eventTypeValueInt3ToString()
229 private static String eventTypeToString(int type) { in eventTypeToString()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java128 protected static EditType buildPhoneType(int type) { in buildPhoneType()
132 protected static EditType buildEmailType(int type) { in buildEmailType()
136 protected static EditType buildPostalType(int type) { in buildPostalType()
140 protected static EditType buildImType(int type) { in buildImType()
144 protected static EditType buildEventType(int type, boolean yearOptional) { in buildEventType()
148 protected static EditType buildRelationType(int type) { in buildRelationType()
503 protected abstract int getTypeLabelResource(Integer type); in getTypeLabelResource()
505 protected boolean isCustom(Integer type) { in isCustom()
517 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { in getTypeLabel()
530 final Integer type = values.getAsInteger(getTypeColumn()); in inflateUsing() local
[all …]
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java122 protected static EditType buildPhoneType(int type) { in buildPhoneType()
126 protected static EditType buildEmailType(int type) { in buildEmailType()
130 protected static EditType buildPostalType(int type) { in buildPostalType()
134 protected static EditType buildImType(int type) { in buildImType()
138 protected static EditType buildEventType(int type, boolean yearOptional) { in buildEventType()
142 protected static EditType buildRelationType(int type) { in buildRelationType()
533 int type; in parseEditSchema() local
642 protected abstract int getTypeLabelResource(Integer type); in getTypeLabelResource()
644 protected boolean isCustom(Integer type) { in isCustom()
656 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { in getTypeLabel()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java40 public int type = EVENT_TYPE_NONE; field in A2dpStackEvent
45 A2dpStackEvent(int type) { in A2dpStackEvent()
63 private static String eventTypeToString(int type) { in eventTypeToString()
78 private static String eventTypeValueIntToString(int type, int value) { in eventTypeValueIntToString()
/packages/apps/Settings/src/com/android/settings/regionalpreferences/
DRegionalPreferencesDataUtils.java41 static String getDefaultUnicodeExtensionData(Context contxt, String type) { in getDefaultUnicodeExtensionData()
58 static void savePreference(Context context, String type, String value) { in savePreference()
63 private static void saveToSettingsProvider(Context context, String type, String value) { in saveToSettingsProvider()
75 private static void saveToSystem(String type, String value) { in saveToSystem()
84 private static Locale addUnicodeKeywordToLocale(Locale locale, String type, String value) { in addUnicodeKeywordToLocale()
91 private static Locale addUnicodeKeywordToLocale(String languageTag, String type, String value) { in addUnicodeKeywordToLocale()

12345678910>>...70