/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeLocalRequestScheduler.java | 107 LocalRequest(int type) { in LocalRequest() 140 protected abstract void validateTypeOrThrow(int type); in validateTypeOrThrow() 153 IkeLocalRequest(int type) { in IkeLocalRequest() 158 IkeLocalRequest(int type, long remoteIkeSpi) { in IkeLocalRequest() 164 protected void validateTypeOrThrow(int type) { in validateTypeOrThrow() 186 int type, ChildSessionCallback childCallback, ChildSessionParams childParams) { in ChildLocalRequest() 191 ChildLocalRequest(int type, int remoteChildSpi) { in ChildLocalRequest() 196 int type, in ChildLocalRequest() 207 protected void validateTypeOrThrow(int type) { in validateTypeOrThrow()
|
/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()
|
D | ImageCacheService.java | 58 public boolean getImageData(Path path, long timeModified, int type, BytesBuffer buffer) { in getImageData() 80 public void putImageData(Path path, long timeModified, int type, byte[] value) { in putImageData() 95 public void clearImageData(Path path, long timeModified, int type) { in clearImageData() 107 private static byte[] makeKey(Path path, long timeModified, int type) { in makeKey()
|
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
D | StructNlAttr.java | 37 public static short makeNestedType(short type) { in makeNestedType() 104 public StructNlAttr(short type, byte value) { in StructNlAttr() 110 public StructNlAttr(short type, short value) { in StructNlAttr() 114 public StructNlAttr(short type, short value, ByteOrder order) { in StructNlAttr() 121 public StructNlAttr(short type, int value) { in StructNlAttr() 125 public StructNlAttr(short type, int value, ByteOrder order) { in StructNlAttr() 132 public StructNlAttr(short type, InetAddress ip) { in StructNlAttr() 137 public StructNlAttr(short type, StructNlAttr... nested) { in StructNlAttr()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/ |
D | ShadowTvView.java | 54 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/services/Car/service/src/com/android/car/ |
D | CarLocalServices.java | 45 public static <T> T getService(Class<T> type) { in getService() 55 public static <T> void addService(Class<T> type, T service) { in addService() 69 public static <T> void removeServiceForTest(Class<T> type) { in removeServiceForTest()
|
/packages/apps/Bluetooth/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()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStackEvent.java | 49 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/Contacts/tests/src/com/android/contacts/model/account/ |
D | ExternalAccountTypeTest.java | 91 … 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/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | AlarmManagerWrapper.java | 28 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()
|
D | DefaultAlarmManagerWrapper.java | 34 public void set(int type, long triggerAtMillis, PendingIntent operation) { in set() 39 public void setWindow(int type, long windowStartMillis, long windowLengthMillis, in setWindow() 45 public void setInexactRepeating(int type, long triggerAtMillis, long intervalMillis, in setInexactRepeating()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | CustomizableOptionsRowAdapter.java | 41 protected abstract void executeBaseAction(int type); in executeBaseAction() 51 int type = -(i + 1); in createActions() local 68 protected void executeAction(int type) { in executeAction()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStackEvent.java | 38 public int type; field in HearingAidStackEvent 43 HearingAidStackEvent(int type) { in HearingAidStackEvent() 59 private static String eventTypeToString(int type) { in eventTypeToString()
|
/packages/apps/Dialer/java/com/android/contacts/common/util/ |
D | ContactDisplayUtils.java | 46 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/providers/MediaProvider/src/com/android/providers/media/util/ |
D | IsoInterface.java | 65 private static boolean isBoxParent(int type) { in isBoxParent() 98 public final int type; field in IsoInterface.Box 104 public Box(int type, long[] range) { in Box() 110 private static String typeToString(int type) { in typeToString() 148 final int type = readInt(fd); in parseNextBox() local 240 public @NonNull long[] getBoxRanges(int type) { in getBoxRanges() 265 public @Nullable byte[] getBoxBytes(int type) { in getBoxBytes()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactDropdownLayouter.java | 72 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/TV/tests/common/src/com/android/tv/testing/utils/ |
D | TestUtils.java | 33 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/Car/Radio/src/com/android/car/radio/storage/ |
D | IdentifierEntity.java | 29 public final int type; field in IdentifierEntity 33 IdentifierEntity(@IdentifierType int type, long value) { in IdentifierEntity()
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | BidiTextView.java | 37 public void setText(CharSequence text, BufferType type) { in setText() 38 super.setText(DialerBidiFormatter.format(text), type); in setText() local
|
/packages/apps/Contacts/src/com/android/contacts/compat/ |
D | EventCompat.java | 38 public static CharSequence getTypeLabel(Resources res, int type, CharSequence label) { in getTypeLabel() 50 private static CharSequence getTypeLabelInternal(Resources res, int type, CharSequence label) { in getTypeLabelInternal()
|
/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/Contacts/src/com/android/contacts/model/account/ |
D | BaseAccountType.java | 127 protected static EditType buildPhoneType(int type) { in buildPhoneType() 131 protected static EditType buildEmailType(int type) { in buildEmailType() 135 protected static EditType buildPostalType(int type) { in buildPostalType() 139 protected static EditType buildImType(int type) { in buildImType() 143 protected static EditType buildEventType(int type, boolean yearOptional) { in buildEventType() 147 protected static EditType buildRelationType(int type) { in buildRelationType() 500 protected abstract int getTypeLabelResource(Integer type); in getTypeLabelResource() 502 protected boolean isCustom(Integer type) { in isCustom() 514 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { in getTypeLabel() 527 final Integer type = values.getAsInteger(getTypeColumn()); in inflateUsing() local [all …]
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestAlarmManagerWrapper.java | 34 public void set(int type, long triggerAtMillis, PendingIntent operation) { in set() 39 public void setWindow(int type, long windowStartMillis, long windowLengthMillis, in setWindow() 45 public void setInexactRepeating(int type, long triggerAtMillis, long intervalMillis, in setInexactRepeating()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | CPOWrapper.java | 29 public CPOWrapper(ContentProviderOperation builder, int type) { in CPOWrapper() 38 public void setType(int type) { in setType()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | CPOWrapper.java | 30 public CPOWrapper(ContentProviderOperation builder, int type) { in CPOWrapper() 39 public void setType(int type) { in setType()
|