| /packages/services/Car/car-lib/generated-prop-config/ |
| D | CarSvcProps.json | 9 "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 …]
|
| /packages/modules/Connectivity/clatd/ |
| D | icmp.c | 47 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/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
| D | VolumeControlStackEvent.java | 39 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/ |
| D | DialogManager.java | 107 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/ |
| D | StructNlAttr.java | 48 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/ |
| D | PipeOptionsConverter.cpp | 44 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/ |
| D | LeAudioStackEvent.java | 98 public int type = EVENT_TYPE_NONE; field in LeAudioStackEvent 112 LeAudioStackEvent(int type) { in LeAudioStackEvent() 158 private static String eventTypeToString(int type) { in eventTypeToString() 201 private static String eventTypeValue1ToString(int type, int value) { in eventTypeValue1ToString() 266 private static String eventTypeValue2ToString(int type, int value) { in eventTypeValue2ToString() 332 private static String eventTypeValue3ToString(int type, int value) { in eventTypeValue3ToString() 343 private static String eventTypeValue4ToString(int type, int value) { in eventTypeValue4ToString() 354 private static String eventTypeValue5ToString(int type, int value) { in eventTypeValue5ToString() 364 private static String eventTypeValueBool1ToString(int type, boolean value) { in eventTypeValueBool1ToString() 374 int type, BluetoothLeAudioCodecConfig value) { in eventTypeValueCodec1ToString() [all …]
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
| D | BluetoothOppSendFileInfoTest.java | 74 String type = "text/plain"; in createInstance_withFileInputStream() local 90 String type = "text/plain"; in createInstance_withoutFileInputStream() local 104 String type = "text/plain"; in generateFileInfo_withUnsupportedScheme_returnsSendFileInfoError() local 114 String type = "text/plain"; in generateFileInfo_withForbiddenExternalUri_returnsSendFileInfoError() local 124 String type = "text/plain"; in generateFileInfo_withoutPermissionForAccessingUri_returnsSendFileInfoError() local 139 String type = "text/plain"; in generateFileInfo_withUncorrectableMismatch_returnsSendFileInfoError() local 171 String type = "text/plain"; in generateFileInfo_withCorrectableMismatch_returnInfoWithCorrectLength() local 207 String type = "text/plain"; in generateFileInfo_withFileUriNotInExternalStorageDir_returnFileErrorInfo() local
|
| /packages/apps/Settings/src/com/android/settings/regionalpreferences/ |
| D | RegionalPreferencesDataUtils.java | 36 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/ |
| D | IkeLocalRequestScheduler.java | 155 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/Bluetooth/system/bta/le_audio/ |
| D | audio_set_configurations.json | 1443 "type": 1, number 1452 "type": 2, number 1461 "type": 4, number 1471 "type": 5, number 1497 "type": 1, number 1506 "type": 2, number 1515 "type": 4, number 1525 "type": 5, number 1551 "type": 1, number 1560 "type": 2, number [all …]
|
| /packages/apps/TV/tests/robotests/src/com/android/tv/ |
| D | ShadowTvView.java | 50 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/services/Car/service/src/com/android/car/evs/ |
| D | CarEvsService.java | 120 public EvsHalEvent(long timestamp, @CarEvsServiceType int type, boolean on) { in EvsHalEvent() 371 public void onEvent(@CarEvsServiceType int type, boolean on) { in onEvent() 563 public @CarEvsError int startActivity(int type) { in startActivity() 610 public @CarEvsError int startVideoStream(@CarEvsServiceType int type, @Nullable IBinder token, in startVideoStream() 655 int type = types.valueAt(i); in stopVideoStream() local 676 public void stopVideoStreamFrom(@CarEvsServiceType int type, in stopVideoStreamFrom() 730 public CarEvsStatus getCurrentStatus(@CarEvsServiceType int type) { in getCurrentStatus() 785 public boolean isSupported(@CarEvsServiceType int type) { in isSupported() 836 public boolean setCameraIdFromCommand(@NonNull String type, @NonNull String id) { in setCameraIdFromCommand() 891 public String getCameraIdFromCommand(@NonNull String type) { in getCameraIdFromCommand() [all …]
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | AbstractFloatingView.java | 185 protected abstract boolean isOfType(@FloatingViewType int type); in isOfType() 231 ActivityContext activity, @FloatingViewType int type) { in getOpenView() 238 public static boolean hasOpenView(ActivityContext activity, @FloatingViewType int type) { in hasOpenView() 247 ActivityContext activity, @FloatingViewType int type) { in getAnyView() 252 ActivityContext activity, @FloatingViewType int type, boolean mustBeOpen) { in getView() 270 @FloatingViewType int type) { in closeOpenContainer() 278 @FloatingViewType int type) { in closeOpenViews() 292 @FloatingViewType int type) { in closeAllOpenViewsExcept() 298 @FloatingViewType int type) { in closeAllOpenViewsExcept() 307 @FloatingViewType int type) { in getTopOpenViewWithType()
|
| /packages/modules/Bluetooth/system/types/ |
| D | ble_address_with_type.h | 32 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() 67 inline uint8_t from_ble_addr_type(tBLE_ADDR_TYPE type) { return (uint8_t)type; } in from_ble_addr_type() 71 inline bool is_identity_type(const tBLE_ADDR_TYPE& type) { in is_identity_type() 75 #define STREAM_TO_BLE_ADDR_TYPE(type, p) \ argument 80 #define BLE_ADDR_TYPE_TO_STREAM(p, type) \ argument 96 tBLE_ADDR_TYPE type; member
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
| D | HeadsetStackEvent.java | 48 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/apps/Contacts/src/com/android/contacts/model/account/ |
| D | BaseAccountType.java | 128 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/ |
| D | BaseAccountType.java | 122 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/ |
| D | UriSource.java | 51 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/ |
| D | ExternalAccountTypeTest.java | 92 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testNoPackage() local 102 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testEditSchema() local 128 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testEditSchema_fallback() local 156 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in checkEditSchema_mustHaveChecks() local 168 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testReadOnlyDefinition() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
| D | HapClientStackEvent.java | 82 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/Wifi/framework/java/android/net/wifi/aware/ |
| D | TlvBufferUtils.java | 165 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/NetworkStack/src/com/android/networkstack/metrics/ |
| D | IpReachabilityMonitorMetrics.java | 37 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/service/java/com/android/server/wifi/ |
| D | WifiLocalServices.java | 44 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/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
| D | A2dpStackEvent.java | 44 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()
|