Home
last modified time | relevance | path

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

12345678910>>...46

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStackEvent.java39 public int type; field in VolumeControlStackEvent
49 VolumeControlStackEvent(int type) { in VolumeControlStackEvent()
68 private static String eventTypeToString(int type) { in eventTypeToString()
89 private static String eventTypeValue1ToString(int type, int value) { in eventTypeValue1ToString()
118 private static String eventTypeValue2ToString(int type, int value) { in eventTypeValue2ToString()
141 private static String eventTypeValueBool1ToString(int type, boolean value) { in eventTypeValueBool1ToString()
151 private static String eventTypeValueBool2ToString(int type, boolean value) { in eventTypeValueBool2ToString()
161 private static String eventTypeString1ToString(int type, String value) { in eventTypeString1ToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java71 public int type = EVENT_TYPE_NONE; field in LeAudioStackEvent
85 LeAudioStackEvent(int type) { in LeAudioStackEvent()
115 private static String eventTypeToString(int type) { in eventTypeToString()
148 private static String eventTypeValue1ToString(int type, int value) { in eventTypeValue1ToString()
188 private static String eventTypeValue2ToString(int type, int value) { in eventTypeValue2ToString()
221 private static String eventTypeValue3ToString(int type, int value) { in eventTypeValue3ToString()
232 private static String eventTypeValue4ToString(int type, int value) { in eventTypeValue4ToString()
243 private static String eventTypeValue5ToString(int type, int value) { in eventTypeValue5ToString()
253 private static String eventTypeValueBool1ToString(int type, boolean value) { in eventTypeValueBool1ToString()
262 private static String eventTypeValueCodec1ToString(int type, in eventTypeValueCodec1ToString()
[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/Connectivity/nearby/service/java/com/android/server/nearby/common/locator/
DLocator.java69 public <T extends Object> Locator bind(Class<T> type, T instance) { in bind()
76 public <T extends Object> Locator overrideBindingForTest(Class<T> type, T instance) { in overrideBindingForTest()
83 public <T> Locator removeBindingForTest(Class<T> type) { in removeBindingForTest()
103 public <T> T get(Class<T> type) { in get()
113 private String getUnboundErrorMessage(Class<?> type) { in getUnboundErrorMessage()
135 public <T> T getOptional(Class<T> type) { in getOptional()
162 private synchronized <T> T getInstance(Class<T> type) { in getInstance()
220 public static <T> T get(Context context, Class<T> type) { in get()
231 public static <T> T getFromContextWrapper(LocatorContextWrapper wrapper, Class<T> type) { in getFromContextWrapper()
245 public static <T> T getOptional(Context context, Class<T> type) { in getOptional()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppSendFileInfoTest.java74 String type = "text/plain"; in createInstance_withFileInputStream() local
90 String type = "text/plain"; in createInstance_withoutFileInputStream() local
105 String type = "text/plain"; in generateFileInfo_withUnsupportedScheme_returnsSendFileInfoError() local
115 String type = "text/plain"; in generateFileInfo_withForbiddenExternalUri_returnsSendFileInfoError() local
125 String type = "text/plain"; in generateFileInfo_withoutPermissionForAccessingUri_returnsSendFileInfoError() local
140 String type = "text/plain"; in generateFileInfo_withUncorrectableMismatch_returnsSendFileInfoError() local
174 String type = "text/plain"; in generateFileInfo_withCorrectableMismatch_returnInfoWithCorrectLength() local
212 String type = "text/plain"; in generateFileInfo_withFileUriNotInExternalStorageDir_returnFileErrorInfo() local
/packages/modules/Bluetooth/system/bta/le_audio/
Daudio_set_configurations.json1058 "type": 1, number
1067 "type": 2, number
1076 "type": 3, number
1088 "type": 4, number
1098 "type": 5, number
1125 "type": 1, number
1134 "type": 2, number
1143 "type": 3, number
1155 "type": 4, number
1165 "type": 5, number
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java151 LocalRequest(int type, int priority) { in LocalRequest()
199 protected abstract void validateTypeOrThrow(int type); in validateTypeOrThrow()
224 private IkeLocalRequest(int type, long remoteIkeSpi, int priority) { in IkeLocalRequest()
230 protected void validateTypeOrThrow(int type) { in validateTypeOrThrow()
251 int type, in ChildLocalRequest()
263 protected void validateTypeOrThrow(int type) { in validateTypeOrThrow()
291 IkeLocalRequest getIkeLocalRequest(int type) { in getIkeLocalRequest()
296 IkeLocalRequest getIkeLocalRequest(int type, long remoteIkeSpi) { in getIkeLocalRequest()
302 int type, ChildSessionCallback childCallback, ChildSessionParams childParams) { in getChildLocalRequest()
312 ChildLocalRequest getChildLocalRequest(int type, int remoteChildSpi) { in getChildLocalRequest()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStackEvent.java49 public final int type; field in HeadsetStackEvent
62 public HeadsetStackEvent(int type, BluetoothDevice device) { in HeadsetStackEvent()
73 public HeadsetStackEvent(int type, int valueInt, BluetoothDevice device) { in HeadsetStackEvent()
85 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent()
96 public HeadsetStackEvent(int type, String valueString, BluetoothDevice device) { in HeadsetStackEvent()
107 public HeadsetStackEvent(int type, HeadsetMessageObject valueObject, BluetoothDevice device) { in HeadsetStackEvent()
121 public HeadsetStackEvent(int type, int valueInt, int valueInt2, String valueString, in HeadsetStackEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java167 protected abstract boolean isOfType(@FloatingViewType int type); in isOfType()
213 ActivityContext activity, @FloatingViewType int type) { in getOpenView()
220 public static boolean hasOpenView(ActivityContext activity, @FloatingViewType int type) { in hasOpenView()
229 ActivityContext activity, @FloatingViewType int type) { in getAnyView()
234 ActivityContext activity, @FloatingViewType int type, boolean mustBeOpen) { in getView()
252 @FloatingViewType int type) { in closeOpenContainer()
260 @FloatingViewType int type) { in closeOpenViews()
285 @FloatingViewType int type) { in closeAllOpenViewsExcept()
291 @FloatingViewType int type) { in closeAllOpenViewsExcept()
300 @FloatingViewType int type) { in getTopOpenViewWithType()
/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h30 inline std::string AddressTypeText(tBLE_ADDR_TYPE type) { in AddressTypeText()
50 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) { in is_identity_type()
73 #define STREAM_TO_BLE_ADDR_TYPE(type, p) \ argument
78 #define BLE_ADDR_TYPE_TO_STREAM(p, type) \ argument
94 tBLE_ADDR_TYPE type; member
/packages/apps/TV/tests/robotests/src/com/android/tv/
DShadowTvView.java54 public List<TvTrackInfo> getTracks(int type) { in getTracks()
59 public void selectTrack(int type, String trackId) { in selectTrack()
72 public String getSelectedTrack(int type) { in getSelectedTrack()
81 private int findTrackIndex(int type, String trackId) { in findTrackIndex()
95 private void replaceTrack(int type, int trackIndex) { in replaceTrack()
/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/apps/Gallery2/src/com/android/gallery3d/data/
DUriSource.java51 String type = URLDecoder.decode(segment[2], CHARSET_UTF_8); in createMediaObject() local
62 String type = MimeTypeMap.getSingleton() in getMimeType() local
68 String type = mApplication.getContentResolver().getType(uri); in getMimeType() local
74 public Path findPathByUri(Uri uri, String type) { in findPathByUri()
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
DExternalAccountTypeTest.java91 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testNoPackage() local
101 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testEditSchema() local
127 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testEditSchema_fallback() local
155 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in checkEditSchema_mustHaveChecks() local
167 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testReadOnlyDefinition() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java82 public int type; field in HapClientStackEvent
89 HapClientStackEvent(int type) { in HapClientStackEvent()
108 private String eventTypeValueListToString(int type, List value) { in eventTypeValueListToString()
117 private String eventTypeValueInt1ToString(int type, int value) { in eventTypeValueInt1ToString()
156 private String eventTypeValueInt2ToString(int type, int value) { in eventTypeValueInt2ToString()
173 private String eventTypeValueInt3ToString(int type, int value) { in eventTypeValueInt3ToString()
248 private static String eventTypeToString(int type) { in eventTypeToString()
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DIpReachabilityMonitorMetrics.java37 public void setNudEventType(final NudEventType type) { in setNudEventType()
44 public void setNudIpType(final IpType type) { in setNudIpType()
51 public void setNudNeighborType(final NudNeighborType type) { in setNudNeighborType()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DTlvBufferUtils.java165 public TlvConstructor putByte(int type, byte b) { in putByte()
197 public TlvConstructor putByteArray(int type, @Nullable byte[] array, int offset, in putByteArray()
218 public TlvConstructor putByteArray(int type, @Nullable byte[] array) { in putByteArray()
248 public TlvConstructor putZeroLengthElement(int type) { in putZeroLengthElement()
264 public TlvConstructor putShort(int type, short data) { in putShort()
282 public TlvConstructor putInt(int type, int data) { in putInt()
302 public TlvConstructor putString(int type, @Nullable String data) { in putString()
346 private void addHeader(int type, int length) { in addHeader()
374 public int type; field in TlvBufferUtils.TlvElement
399 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java44 public int type = EVENT_TYPE_NONE; field in A2dpStackEvent
49 A2dpStackEvent(int type) { in A2dpStackEvent()
67 private static String eventTypeToString(int type) { in eventTypeToString()
82 private static String eventTypeValueIntToString(int type, int value) { in eventTypeValueIntToString()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DIsoInterface.java65 private static boolean isBoxParent(int type) { in isBoxParent()
98 public final int type; field in IsoInterface.Box
105 public Box(int type, long[] range) { in Box()
112 public static String typeToString(int type) { in typeToString()
145 final int type = readInt(fd); in parseNextBox() local
291 public @NonNull long[] getBoxRanges(int type) { in getBoxRanges()
316 public @Nullable byte[] getBoxBytes(int type) { in getBoxBytes()
/packages/apps/TV/tests/common/src/com/android/tv/testing/utils/
DTestUtils.java33 ResolveInfo service, String id, String parentId, int type, boolean isHardwareInput) in createTvInputInfo()
47 int type, in createTvInputInfo()
75 int type, in createTvInputInfoForO()
129 int type, in createTvInputInfoForNyc()
175 ResolveInfo service, String id, String parentId, int type, boolean isHardwareInput) in createTvInputInfoForMnc()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java46 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType()
62 Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) { in getLabelForCallOrSms()
92 public static int getPhoneLabelResourceId(Integer type) { in getPhoneLabelResourceId()
148 public static int getSmsLabelResourceId(Integer type) { in getSmsLabelResourceId()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactDropdownLayouter.java72 final int position, AdapterType type, final String substring, in bindView()
111 AdapterType type) { in bindIconToView()
125 protected int getItemLayoutResId(AdapterType type) { in getItemLayoutResId()
137 protected int getAlternateItemLayoutResId(AdapterType type) { in getAlternateItemLayoutResId()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DAlarmManagerWrapper.java28 void set(int type, long triggerAtMillis, PendingIntent operation); in set()
33 void setWindow(int type, long windowStartMillis, long windowLengthMillis, in setWindow()
39 void setInexactRepeating(int type, long triggerAtMillis, long intervalMillis, in setInexactRepeating()
/packages/services/Car/service/src/com/android/car/
DCarLocalServices.java51 public static <T> T getService(Class<T> type) { in getService()
63 public static <T> void addService(Class<T> type, T service) { in addService()
79 public static <T> void removeServiceForTest(Class<T> type) { in removeServiceForTest()

12345678910>>...46