Home
last modified time | relevance | path

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

12345678910>>...18

/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/Settings/src/com/android/settings/overlay/
DSupportFeatureProvider.java52 boolean isSupportTypeEnabled(Context context, @SupportType int type); in isSupportTypeEnabled()
63 boolean isAlwaysOperating(@SupportType int type, String countryCode); in isAlwaysOperating()
68 boolean isOperatingNow(@SupportType int type); in isOperatingNow()
73 String getCurrentCountryCodeIfHasConfig(@SupportType int type); in getCurrentCountryCodeIfHasConfig()
79 CharSequence getOperationHours(Context context, @SupportType int type, String countryCode, in getOperationHours()
85 String getEstimatedWaitTime(Context context, @SupportType int type); in getEstimatedWaitTime()
124 void startSupport(Activity activity, Account account, @SupportType int type); in startSupport()
/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/ContactsCommon/tests/src/com/android/contacts/common/model/account/
DExternalAccountTypeTest.java78 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testNoPackage() local
88 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testEditSchema() local
114 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in testEditSchema_fallback() local
143 … final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), in checkEditSchema_mustHaveChecks() local
155 … 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/TV/tests/unit/src/com/android/tv/util/
DTestUtils.java32 int type, boolean isHardwareInput) throws Exception { in createTvInputInfo()
45 String parentId, int type) throws Exception { in createTvInputInfoForLmp()
53 String parentId, int type, boolean isHardwareInput) throws Exception { in createTvInputInfoForMnc()
61 String parentId, int type) throws Exception { in createTvInputInfoForNpreview()
/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/ContactsCommon/src/com/android/contacts/common/model/account/
DBaseAccountType.java125 protected static EditType buildPhoneType(int type) { in buildPhoneType()
129 protected static EditType buildEmailType(int type) { in buildEmailType()
133 protected static EditType buildPostalType(int type) { in buildPostalType()
137 protected static EditType buildImType(int type) { in buildImType()
141 protected static EditType buildEventType(int type, boolean yearOptional) { in buildEventType()
145 protected static EditType buildRelationType(int type) { in buildRelationType()
502 protected abstract int getTypeLabelResource(Integer type); in getTypeLabelResource()
504 protected boolean isCustom(Integer type) { in isCustom()
516 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { in getTypeLabel()
529 final Integer type = values.getAsInteger(getTypeColumn()); in inflateUsing() local
[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/ContactsCommon/src/com/android/contacts/common/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/ContactsCommon/src/com/android/contacts/common/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/ContactsCommon/src/com/android/contacts/common/model/
DCPOWrapper.java29 public CPOWrapper(ContentProviderOperation builder, int type) { in CPOWrapper()
38 public void setType(int type) { in setType()
/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/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
/packages/apps/Launcher2/src/com/android/launcher2/
DDeferredHandler.java81 public void post(Runnable runnable, int type) { in post()
94 public void postIdle(final Runnable runnable, int type) { in postIdle()
103 public void cancelAllRunnablesOfType(int type) { in cancelAllRunnablesOfType()
DAppsCustomizeTabHost.java76 void setContentTypeImmediate(AppsCustomizePagedView.ContentType type) { in setContentTypeImmediate()
197 private void onTabChangedEnd(AppsCustomizePagedView.ContentType type) { in onTabChangedEnd()
203 final AppsCustomizePagedView.ContentType type = getContentTypeForTabTag(tabId); in onTabChanged() local
298 public void setCurrentTabFromContent(AppsCustomizePagedView.ContentType type) { in setCurrentTabFromContent()
319 public String getTabTagForContentType(AppsCustomizePagedView.ContentType type) { in getTabTagForContentType()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppSendFileInfo.java80 public BluetoothOppSendFileInfo(String fileName, String type, long length, in BluetoothOppSendFileInfo()
91 public BluetoothOppSendFileInfo(String data, String type, long length, int status) { in BluetoothOppSendFileInfo()
101 String type) { in generateFileInfo()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java53 final AccountType type = rawContact.getAccountType(context); in isInvisibleAndAddable() local
84 final AccountType type = rawContactEntityDelta.getAccountType(accountTypes); in addToDefaultGroup() local
/packages/apps/Music/src/com/android/music/
DVideoBrowserActivity.java83 … String type = mCursor.getString(mCursor.getColumnIndexOrThrow(MediaStore.Video.Media.MIME_TYPE)); in onListItemClick() local
84 ….setDataAndType(ContentUris.withAppendedId(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, id), type); in onListItemClick() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DBitmapCache.java56 int type; field in BitmapCache.BitmapTracking
61 private void track(Bitmap bitmap, int type) { in track()
175 public synchronized Bitmap getBitmap(int w, int h, int type) { in getBitmap()
206 public synchronized Bitmap getBitmapCopy(Bitmap source, int type) { in getBitmapCopy()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DAccountTypeManagerTest.java129 private static AccountWithDataSet createAccountWithDataSet(String name, AccountType type) { in createAccountWithDataSet()
139 result.put(type.getAccountTypeAndDataSet(), type); in buildAccountTypes() local
177 public MockAccountType(String type, String dataSet, String inviteContactActivityClassName) { in MockAccountType()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DState.java35 public State(String text, int type) { in State()
67 void setType(int type) { in setType()
/packages/services/Car/car-support-lib/src/android/support/car/annotation/
DValueTypeDef.java31 Class type() default Object.class; in type() method

12345678910>>...18