Home
last modified time | relevance | path

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

12345678910>>...25

/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()
DImageCacheService.java58 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/services/Car/service/src/com/android/car/
DCarLocalServices.java44 public static <T> T getService(Class<T> type) { in getService()
54 public static <T> void addService(Class<T> type, T service) { in addService()
68 public static <T> void removeServiceForTest(Class<T> type) { in removeServiceForTest()
/packages/apps/Bluetooth/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/apps/Bluetooth/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/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/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()
DDefaultAlarmManagerWrapper.java34 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/
DCustomizableOptionsRowAdapter.java41 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/
DHearingAidStackEvent.java38 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/
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/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
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/
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/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/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHTML.java53 private final int type; field in HTML.Element
68 public Element(String name, int type, boolean empty, in Element()
83 public Element(String name, int type, boolean empty, in Element()
162 private final int type; field in HTML.Attribute
171 public Attribute(String name, int type) { in Attribute()
180 public Attribute(String name, int type, Set<String> values) { in Attribute()
/packages/apps/Dialer/java/com/android/dialer/widget/
DBidiTextView.java37 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/
DEventCompat.java38 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/Car/Radio/src/com/android/car/radio/storage/
DIdentifierEntity.java29 public final int type; field in IdentifierEntity
33 IdentifierEntity(@IdentifierType int type, long value) { in IdentifierEntity()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java127 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/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/Contacts/src/com/android/contacts/model/
DCPOWrapper.java29 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/
DCPOWrapper.java30 public CPOWrapper(ContentProviderOperation builder, int type) { in CPOWrapper()
39 public void setType(int type) { in setType()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java151 protected abstract boolean isOfType(@FloatingViewType int type); in isOfType()
185 ActivityContext activity, @FloatingViewType int type) { in getOpenView()
203 @FloatingViewType int type) { in closeOpenContainer()
211 @FloatingViewType int type) { in closeOpenViews()
236 @FloatingViewType int type) { in closeAllOpenViewsExcept()
242 @FloatingViewType int type) { in closeAllOpenViewsExcept()
251 @FloatingViewType int type) { in getTopOpenViewWithType()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DAccountTypeManagerTest.java68 private static AccountWithDataSet createAccountWithDataSet(String name, AccountType type) { in createAccountWithDataSet()
78 result.put(type.getAccountTypeAndDataSet(), type); in buildAccountTypes() local
137 private static final String getDefaultAccountPreference(String name, String type) { in getDefaultAccountPreference()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java45 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType()
55 public static int getPhoneLabelResourceId(Integer type) { in getPhoneLabelResourceId()
110 public static int getSmsLabelResourceId(Integer type) { in getSmsLabelResourceId()

12345678910>>...25