Home
last modified time | relevance | path

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

12345678910>>...16

/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/ContactsCommon/tests/src/com/android/contacts/common/model/account/
DExternalAccountTypeTest.java75 final ExternalAccountType type = new ExternalAccountType(getContext(), in testNoPackage() local
98 final ExternalAccountType type = new ExternalAccountType(getContext(), in testEditSchema() local
124 final ExternalAccountType type = new ExternalAccountType(getContext(), in testEditSchema_fallback() local
153 final ExternalAccountType type = new ExternalAccountType(getContext(), in checkEditSchema_mustHaveChecks() local
165 final ExternalAccountType type = new ExternalAccountType(getContext(), in testReadOnlyDefinition() local
/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/util/
DContactDisplayUtils.java52 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType()
67 public static CharSequence getLabelForCallOrSms(Integer type, CharSequence customLabel, in getLabelForCallOrSms()
95 public static int getPhoneLabelResourceId(Integer type) { in getPhoneLabelResourceId()
150 public static int getSmsLabelResourceId(Integer type) { in getSmsLabelResourceId()
/packages/apps/Browser/src/com/android/browser/
DAccountsChangedReceiver.java60 String type = c.getString(1); in run() local
69 void delete(ContentResolver cr, String name, String type) { in delete()
80 boolean contains(Account[] accounts, String name, String type) { in contains()
/packages/apps/Mms/src/com/android/mms/dom/events/
DEventTargetImpl.java42 EventListenerEntry(String type, EventListener listener, boolean useCapture) in EventListenerEntry()
54 public void addEventListener(String type, EventListener listener, boolean useCapture) { in addEventListener()
117 public void removeEventListener(String type, EventListener listener, in removeEventListener()
/packages/apps/Mms/src/org/w3c/dom/events/
DEventTarget.java51 public void addEventListener(String type, in addEventListener()
75 public void removeEventListener(String type, in removeEventListener()
/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.java46 public SettingPref(int type, String key, String setting, int def, int... values) { in SettingPref()
122 private static Uri getUriFor(int type, String setting) { in getUriFor()
132 protected static boolean putInt(int type, ContentResolver cr, String setting, int value) { in putInt()
142 protected static int getInt(int type, ContentResolver cr, String setting, int def) { in getInt()
/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/Exchange/src/com/android/exchange/adapter/
DProvisionParser.java408 int type = parser.getEventType(); in parseProvisionDocXml() local
432 int type = parser.nextTag(); in parseSecurityPolicy() local
455 int type = parser.nextTag(); in parseCharacteristic() local
496 int type = parser.nextTag(); in parseRegistry() local
511 int type = parser.nextTag(); in parseWapProvisioningDoc() local
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasAutoDiscover.java247 final int type = parser.next(); in parseServer() local
277 final int type = parser.next(); in parseSettings() local
299 final int type = parser.next(); in parseAction() local
325 int type = parser.next(); in parseUser() local
351 final int type = parser.next(); in parseResponse() local
387 final int type = parser.nextTag(); in parseAutodiscover() local
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DValuesDeltaTests.java51 final int type = builder.build().getType(); in testValuesDiffInsert() local
82 final int type = builder.build().getType(); in testValuesDiffUpdate() local
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/Launcher3/src/com/android/launcher3/
DDeferredHandler.java82 public void post(Runnable runnable, int type) { in post()
95 public void postIdle(final Runnable runnable, int type) { in postIdle()
104 public void cancelAllRunnablesOfType(int type) { in cancelAllRunnablesOfType()
/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/TvSettings/Settings/src/com/android/tv/settings/
DActionKey.java29 public ActionKey(T type, B behavior) { in ActionKey()
46 T type = null; in ActionKey() 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/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/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/Mms/src/com/android/mms/util/
DImageCacheService.java54 public ImageData getImageData(String path, int type) { in getImageData()
73 public void putImageData(String path, int type, byte[] value) { in putImageData()
92 private static byte[] makeKey(String path, int type) { in makeKey()

12345678910>>...16