/packages/apps/DocumentsUI/src/com/android/documentsui/selection/ |
D | Range.java | 42 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/ |
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 | 56 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/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/Contacts/tests/src/com/android/contacts/model/account/ |
D | ExternalAccountTypeTest.java | 91 … 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/Dialer/java/com/android/contacts/common/model/account/ |
D | BaseAccountType.java | 122 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/account/ |
D | BaseAccountType.java | 127 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 …]
|
D | AccountTypeProvider.java | 87 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()
|
D | AccountDisplayInfo.java | 38 public AccountDisplayInfo(AccountWithDataSet account, CharSequence name, CharSequence type, in AccountDisplayInfo() 83 public AccountDisplayInfo withType(CharSequence type) { in withType() 87 public AccountDisplayInfo withNameAndType(CharSequence name, CharSequence type) { in withNameAndType()
|
/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/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/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/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpMediaRspInterface.java | 44 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/TV/tests/unit/src/com/android/tv/util/ |
D | TestUtils.java | 37 int type, boolean isHardwareInput) throws Exception { in createTvInputInfo() 47 int type, boolean isHardwareInput, boolean canRecord, int tunerCount) throws Exception { in createTvInputInfo() 65 String parentId, int type, boolean isHardwareInput, boolean canRecord, int tunerCount) in createTvInputInfoForNyc() 78 String parentId, int type, boolean isHardwareInput) throws Exception { in createTvInputInfoForMnc()
|
/packages/apps/Dialer/java/com/android/contacts/common/util/ |
D | ContactDisplayUtils.java | 49 public static boolean isCustomPhoneType(Integer type) { in isCustomPhoneType() 65 Integer type, CharSequence customLabel, int interactionType, @NonNull Context context) { in getLabelForCallOrSms() 95 public static int getPhoneLabelResourceId(Integer type) { in getPhoneLabelResourceId() 151 public static int getSmsLabelResourceId(Integer type) { in getSmsLabelResourceId()
|
/packages/apps/Contacts/src/com/android/contacts/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/Contacts/src/com/android/contacts/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/Contacts/tests/src/com/android/contacts/model/ |
D | AccountTypeManagerTest.java | 68 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/Dialer/java/com/android/contacts/common/model/ |
D | CPOWrapper.java | 30 public CPOWrapper(ContentProviderOperation builder, int type) { in CPOWrapper() 39 public void setType(int type) { in setType()
|
/packages/apps/Contacts/src/com/android/contacts/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/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2ForTesting.java | 61 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/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | StackEvent.java | 49 int type = EVENT_TYPE_NONE; field in StackEvent 57 StackEvent(int type) { in StackEvent() 76 private static String eventTypeToString(int type) { in eventTypeToString()
|