Home
last modified time | relevance | path

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

12345678910>>...57

/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/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/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/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()
114 String getUnboundErrorMessage(Class<?> type) { in getUnboundErrorMessage()
136 public <T> T getOptional(Class<T> type) { in getOptional()
163 private synchronized <T> T getInstance(Class<T> type) { in getInstance()
221 public static <T> T get(Context context, Class<T> type) { in get()
232 public static <T> T getFromContextWrapper(LocatorContextWrapper wrapper, Class<T> type) { in getFromContextWrapper()
246 public static <T> T getOptional(Context context, Class<T> type) { in getOptional()
/packages/modules/Bluetooth/system/bta/le_audio/
Daudio_set_configurations.json1098 "type": 1, number
1107 "type": 2, number
1116 "type": 3, number
1128 "type": 4, number
1138 "type": 5, number
1165 "type": 1, number
1174 "type": 2, number
1183 "type": 3, number
1195 "type": 4, number
1205 "type": 5, number
[all …]
/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/apps/Settings/src/com/android/settings/regionalpreferences/
DRegionalPreferencesDataUtils.java36 static String getDefaultUnicodeExtensionData(Context contxt, String type) { in getDefaultUnicodeExtensionData()
53 static void savePreference(Context context, String type, String value) { in savePreference()
58 private static void saveToSettingsProvider(Context context, String type, String value) { in saveToSettingsProvider()
70 private static void saveToSystem(String type, String value) { in saveToSystem()
79 private static Locale addUnicodeKeywordToLocale(Locale locale, String type, String value) { in addUnicodeKeywordToLocale()
86 private static Locale addUnicodeKeywordToLocale(String languageTag, String type, String value) { in addUnicodeKeywordToLocale()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java154 LocalRequest(int type, int priority) { in LocalRequest()
202 protected abstract void validateTypeOrThrow(int type); in validateTypeOrThrow()
227 private IkeLocalRequest(int type, long remoteIkeSpi, int priority) { in IkeLocalRequest()
233 protected void validateTypeOrThrow(int type) { in validateTypeOrThrow()
254 int type, in ChildLocalRequest()
266 protected void validateTypeOrThrow(int type) { in validateTypeOrThrow()
293 IkeLocalRequest getIkeLocalRequest(int type) { in getIkeLocalRequest()
298 IkeLocalRequest getIkeLocalRequest(int type, long remoteIkeSpi) { in getIkeLocalRequest()
304 int type, ChildSessionCallback childCallback, ChildSessionParams childParams) { in getChildLocalRequest()
314 ChildLocalRequest getChildLocalRequest(int type, int remoteChildSpi) { in getChildLocalRequest()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java124 public EvsHalEvent(long timestamp, @CarEvsServiceType int type, boolean on) { in EvsHalEvent()
347 public void onEvent(@CarEvsServiceType int type, boolean on) { in onEvent()
528 public @CarEvsError int startActivity(int type) { in startActivity()
575 public @CarEvsError int startVideoStream(@CarEvsServiceType int type, @Nullable IBinder token, in startVideoStream()
620 int type = types.valueAt(i); in stopVideoStream() local
647 @CarEvsServiceType int type = CarEvsUtils.getTag(buffer.getId()); in returnFrameBuffer() local
716 public boolean isSupported(@CarEvsServiceType int type) { in isSupported()
762 public boolean setCameraIdFromCommand(@NonNull String type, @NonNull String id) { in setCameraIdFromCommand()
809 public String getCameraIdFromCommand(@NonNull String type) { in getCameraIdFromCommand()
839 int type = mServiceInstances.keyAt(i); in enableServiceTypeFromCommand() local
[all …]
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/data/
DHealthPermission.kt29 val type = in fromPermissionString() constant
33 val type = in fromPermissionString() constant
/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/hfp/
DHeadsetStackEvent.java50 public final int type; field in HeadsetStackEvent
63 public HeadsetStackEvent(int type, BluetoothDevice device) { in HeadsetStackEvent()
74 public HeadsetStackEvent(int type, int valueInt, BluetoothDevice device) { in HeadsetStackEvent()
86 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent()
97 public HeadsetStackEvent(int type, String valueString, BluetoothDevice device) { in HeadsetStackEvent()
108 public HeadsetStackEvent(int type, HeadsetMessageObject valueObject, BluetoothDevice device) { in HeadsetStackEvent()
122 public HeadsetStackEvent(int type, int valueInt, int valueInt2, String valueString, in HeadsetStackEvent()
/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/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/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java179 protected abstract boolean isOfType(@FloatingViewType int type); in isOfType()
225 ActivityContext activity, @FloatingViewType int type) { in getOpenView()
232 public static boolean hasOpenView(ActivityContext activity, @FloatingViewType int type) { in hasOpenView()
241 ActivityContext activity, @FloatingViewType int type) { in getAnyView()
246 ActivityContext activity, @FloatingViewType int type, boolean mustBeOpen) { in getView()
264 @FloatingViewType int type) { in closeOpenContainer()
272 @FloatingViewType int type) { in closeOpenViews()
297 @FloatingViewType int type) { in closeAllOpenViewsExcept()
303 @FloatingViewType int type) { in closeAllOpenViewsExcept()
312 @FloatingViewType int type) { in getTopOpenViewWithType()
/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/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/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/Wifi/service/java/com/android/server/wifi/
DWifiLocalServices.java44 public static <T> T getService(Class<T> type) { in getService()
53 public static <T> void addService(Class<T> type, T service) { in addService()
66 public static <T> void removeServiceForTest(Class<T> type) { in removeServiceForTest()
/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/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.java66 private static boolean isBoxParent(int type) { in isBoxParent()
99 public final int type; field in IsoInterface.Box
106 public Box(int type, long[] range) { in Box()
113 public static String typeToString(int type) { in typeToString()
146 final int type = readInt(fd); in parseNextBox() local
295 public @NonNull long[] getBoxRanges(int type) { in getBoxRanges()
324 public @Nullable byte[] getBoxBytes(int type) { in getBoxBytes()

12345678910>>...57