| /packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
| D | FallbackSource.java | 85 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/ |
| D | SupportFeatureProvider.java | 52 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/ |
| 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/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ |
| D | ExternalAccountTypeTest.java | 78 … 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/ |
| D | CustomizableOptionsRowAdapter.java | 45 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/ |
| D | TestUtils.java | 32 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/ |
| 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/ContactsCommon/src/com/android/contacts/common/model/account/ |
| D | BaseAccountType.java | 125 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/ |
| D | HTML.java | 53 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/ |
| 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/ContactsCommon/src/com/android/contacts/common/util/ |
| D | ContactDisplayUtils.java | 53 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/ |
| D | CPOWrapper.java | 29 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/ |
| D | SmartPoster.java | 105 @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/ |
| D | SettingPref.java | 47 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/ |
| D | CarrierConfigXmlParser.java | 29 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/ |
| D | DeferredHandler.java | 81 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()
|
| D | AppsCustomizeTabHost.java | 76 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/ |
| D | BluetoothOppSendFileInfo.java | 80 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/ |
| D | InvisibleContactUtil.java | 53 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/ |
| D | VideoBrowserActivity.java | 83 … 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/ |
| D | BitmapCache.java | 56 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/ |
| D | AccountTypeManagerTest.java | 129 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/ |
| D | State.java | 35 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/ |
| D | ValueTypeDef.java | 31 Class type() default Object.class; in type() method
|