Home
last modified time | relevance | path

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

12345678910>>...22

/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DRange.java42 void snapSelection(int position, @RangeType int type) { in snapSelection()
54 private void establishRange(int position, @RangeType int type) { in establishRange()
70 private void reviseRange(int position, @RangeType int type) { in reviseRange()
92 private void reviseAscendingRange(int position, @RangeType int type) { in reviseAscendingRange()
109 private void reviseDescendingRange(int position, @RangeType int type) { in reviseDescendingRange()
135 private void updateRange(int begin, int end, boolean selected, @RangeType int type) { in updateRange()
150 void updateForRange(int begin, int end, boolean selected, @RangeType int type); in updateForRange()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DFallbackSource.java85 protected EditType buildPhoneType(int type) { in buildPhoneType()
89 protected EditType buildEmailType(int type) { in buildEmailType()
93 protected EditType buildPostalType(int type) { in buildPostalType()
97 protected EditType buildImType(int type) { in buildImType()
101 protected EditType buildOrgType(int type) { in buildOrgType()
498 protected abstract int getTypeLabelResource(Integer type); in getTypeLabelResource()
500 protected boolean isCustom(Integer type) { in isCustom()
512 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { in getTypeLabel()
524 final Integer type = cursor.getInt(cursor.getColumnIndex(getTypeColumn())); in inflateUsing() local
530 final Integer type = values.getAsInteger(getTypeColumn()); in inflateUsing() local
[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()
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/apps/Settings/src/com/android/settings/overlay/
DSupportFeatureProvider.java56 boolean isSupportTypeEnabled(Context context, @SupportType int type); in isSupportTypeEnabled()
67 boolean isAlwaysOperating(@SupportType int type, String countryCode); in isAlwaysOperating()
72 boolean isOperatingNow(@SupportType int type); in isOperatingNow()
77 String getCurrentCountryCodeIfHasConfig(@SupportType int type); in getCurrentCountryCodeIfHasConfig()
83 CharSequence getOperationHours(Context context, @SupportType int type, String countryCode, in getOperationHours()
89 String getEstimatedWaitTime(Context context, @SupportType int type); in getEstimatedWaitTime()
129 void startSupport(Activity activity, Account account, @SupportType int type); in startSupport()
/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/TV/src/com/android/tv/menu/
DCustomizableOptionsRowAdapter.java45 protected abstract void executeBaseAction(int type); in executeBaseAction()
55 int type = -(i + 1); in createActions() local
71 protected void executeAction(int type) { in executeAction()
/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/unit/src/com/android/tv/util/
DTestUtils.java37 int type, boolean isHardwareInput) throws Exception { in createTvInputInfo()
47 int type, boolean isHardwareInput, boolean canRecord, int tunerCount) throws Exception { in createTvInputInfo()
68 String parentId, int type, boolean isHardwareInput, boolean canRecord, int tunerCount) in createTvInputInfoForO()
87 String parentId, int type, boolean isHardwareInput, boolean canRecord, int tunerCount) in createTvInputInfoForNyc()
100 String parentId, int type, boolean isHardwareInput) throws Exception { in createTvInputInfoForMnc()
/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 …]
DAccountTypeProvider.java87 AccountType type = mLocalAccountTypeFactory.getAccountType(accountType); in getAccountTypes() local
107 public boolean hasTypeWithDataset(String type, String dataSet) { in hasTypeWithDataset()
122 public AccountType getType(String type, String dataSet) { in getType()
157 private List<AccountType> loadTypes(String type) { in loadTypes()
/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/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/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpMediaRspInterface.java44 public void addrPlayerChangedRsp(int type, int playerId, int uidCounter); in addrPlayerChangedRsp()
46 public void avalPlayerChangedRsp(byte[] address, int type); in avalPlayerChangedRsp()
48 public void uidsChangedRsp(int type); in uidsChangedRsp()
50 public void nowPlayingChangedRsp(int type); in nowPlayingChangedRsp()
52 public void trackChangedRsp(int type, byte[] uid); in trackChangedRsp()
/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/Settings/src/com/android/settings/password/
DChooseLockGenericController.java73 public boolean isScreenLockVisible(ScreenLockType type) { in isScreenLockVisible()
94 public boolean isScreenLockEnabled(ScreenLockType type, int quality) { in isScreenLockEnabled()
104 public boolean isScreenLockDisabledByAdmin(ScreenLockType type, int adminEnforcedQuality) { in isScreenLockDisabledByAdmin()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java47 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType()
63 Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) { in getLabelForCallOrSms()
93 public static int getPhoneLabelResourceId(Integer type) { in getPhoneLabelResourceId()
149 public static int getSmsLabelResourceId(Integer type) { in getSmsLabelResourceId()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java53 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType()
68 public static CharSequence getLabelForCallOrSms(Integer type, CharSequence customLabel, in getLabelForCallOrSms()
96 public static int getPhoneLabelResourceId(Integer type) { in getPhoneLabelResourceId()
151 public static int getSmsLabelResourceId(Integer type) { in getSmsLabelResourceId()
/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/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/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/Tag/src/com/android/apps/tag/record/
DSmartPoster.java105 @Nullable String type) { in SmartPoster()
142 String type = parseType(recordsRaw); in parse() local
192 private static <T> T getFirstIfExists(Iterable<?> elements, Class<T> type) { in getFirstIfExists()
224 private static NdefRecord getByType(byte[] type, NdefRecord[] records) { in getByType()
250 NdefRecord type = getByType(TYPE_TYPE, records); in parseType() local
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2ForTesting.java61 public void set(int type, long triggerAtTime, PendingIntent operation) { in set()
65 public void setExact(int type, long triggerAtTime, PendingIntent operation) { in setExact()
69 public void setExactAndAllowWhileIdle(int type, long triggerAtTime, in setExactAndAllowWhileIdle()
/packages/apps/Settings/src/com/android/settings/notification/
DSettingPref.java47 public SettingPref(int type, String key, String setting, int def, int... values) { in SettingPref()
128 private static Uri getUriFor(int type, String setting) { in getUriFor()
138 protected static boolean putInt(int type, ContentResolver cr, String setting, int value) { in putInt()
148 protected static int getInt(int type, ContentResolver cr, String setting, int def) { in getInt()
/packages/apps/Messaging/src/android/support/v7/mms/
DCarrierConfigXmlParser.java29 void process(String type, String key, String value); in process()
47 final String type = mInputParser.getName(); in parseRecord() local

12345678910>>...22