Searched refs:type (Results 401 - 425 of 571) sorted by relevance

<<11121314151617181920>>

/packages/services/Car/car-support-lib/src/android/support/car/hardware/
H A DCarSensorEvent.java30 * data is stored in a sensor-type specific format in the object's float and byte arrays.
36 * Additionally, calling a conversion method on a CarSensorEvent object with an inappropriate type
44 * Index in {@link #floatValues} for {@link CarSensorManager#SENSOR_TYPE_FUEL_LEVEL} type of
49 * Index in {@link #floatValues} for {@link CarSensorManager#SENSOR_TYPE_FUEL_LEVEL} type of
54 * Index in {@link #intValues} for {@link CarSensorManager#SENSOR_TYPE_FUEL_LEVEL} type of
61 * sensor type.
190 /** Sensor type for this event like {@link CarSensorManager#SENSOR_TYPE_CAR_SPEED}. */
201 * array holding float type of sensor data. If the sensor has single value, only floatValues[0]
205 /** array holding int type of sensor data */
270 private void checkType(int type) { argument
[all...]
/packages/services/Mms/src/com/android/mms/service/
H A DSendRequest.java258 private boolean updateDestinationAddressPerType(SendReq pdu, int type) { argument
262 switch (type) {
293 switch (type) {
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarSettingsActivity.java58 args.putString(Calendars.ACCOUNT_TYPE, acct.type);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java188 // Listview may get confused and pass in a different type of
285 throw new IllegalStateException("Unknown event type:" + row.mType);
450 RowInfo(int type, int julianDay, int position, long id, long startTime, long endTime, argument
452 mType = type;
463 RowInfo(int type, int julianDay) { argument
464 mType = type;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionDataList.java34 * "primary", one. Also enforces that only items with the same DataKind/mime-type are added.
41 * Returns the mime type for all DataKinds in this List.
126 && Objects.equals(accountWithDataSet.type, rawContactDelta.getAccountType())
182 // Enforce that only entries of the same type are added to this list
188 "Can't add " + newEntryMimeType + " to list with type " + listMimeType);
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
H A DMockContentProvider.java178 public TypeQuery(Uri uri, String type) { argument
180 mType = type;
452 public void expectTypeQuery(Uri uri, String type) { argument
453 mExpectedTypeQueries.put(uri, type);
510 Assert.fail("Unknown mime type for: " + uri);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListAdapter.java532 // We need a separate view type for each item type, plus another one for
533 // each type with header, plus one for "other".
539 int type = super.getItemViewType(partitionIndex, position);
544 return placement.firstInSection ? type : getItemViewTypeCount() + type;
546 return type;
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DAccountsListAdapter.java51 ACCOUNTS_CONTACT_WRITABLE, // Only where the account type is contact writable
52 ACCOUNTS_GROUP_WRITABLE // Only accounts where the account type is group writable
100 final AccountType accountType = mAccountTypes.getAccountType(account.type, account.dataSet);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DContactInfoCache.java131 contactInfo.type = ContactsContract.CommonDataKinds.Phone.TYPE_MAIN;
285 final int type = info.getPhoneType();
287 if (type == Phone.TYPE_CUSTOM) {
291 mContext.getResources(), type, label);
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
H A DNumbersAdapter.java124 mContext.getResources(), info.type, info.label);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DRegularSearchListAdapter.java56 info.type = item.getInt(PhoneQuery.PHONE_TYPE);
/packages/apps/Email/tests/src/com/android/email/provider/
H A DProviderTestUtils.java117 Context context, int type) {
118 return setupMailbox(name, accountId, saveIt, context, type, '/');
121 Context context, int type, char delimiter) {
134 box.mType = type;
116 setupMailbox(String name, long accountId, boolean saveIt, Context context, int type) argument
120 setupMailbox(String name, long accountId, boolean saveIt, Context context, int type, char delimiter) argument
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp474 JNIEnv* env, jobject thiz, jint type)
476 blendingType = int(type);
480 JNIEnv* env, jobject thiz, jint type)
482 stripType = int(type);
473 Java_com_android_camera_panorama_Mosaic_setBlendingType( JNIEnv* env, jobject thiz, jint type) argument
479 Java_com_android_camera_panorama_Mosaic_setStripType( JNIEnv* env, jobject thiz, jint type) argument
/packages/apps/LegacyCamera/src/com/android/camera/
H A DListPreference.java30 * A type of <code>CameraPreference</code> whose number of possible values
59 if (tv != null && tv.type == TypedValue.TYPE_REFERENCE) {
H A DOnScreenHint.java76 mParams.type = WindowManager.LayoutParams.TYPE_APPLICATION_PANEL;
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.h85 /* Pre-defined tag type values. These must match the values in
244 int get_technology_type(phNfc_eRemDevType_t type, uint8_t sak);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
H A DGrantPermissionsViewHandlerImpl.java77 outLayoutParams.type = WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DManageAccountsSettings.java85 // If an account type is set, then show only accounts of that type
373 // If an account type is specified for this screen, skip other types
374 if (mAccountType != null && !account.type.equals(mAccountType)) continue;
375 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type);
389 final Drawable icon = getDrawableForType(account.type);
556 accPref.setSummary(getLabelForType(accPref.getAccount().type));
/packages/experimental/TestBack/src/foo/bar/testback/
H A DTestBackService.java70 params.type = WindowManager.LayoutParams.TYPE_ACCESSIBILITY_OVERLAY;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DCandidateTextView.java168 lp.type = WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG;
H A DSymbolList.java172 * @return {@code true} if valid type is specified; {@code false} if not;
190 /* ignore if there is no list for the type */
244 public boolean initializeDictionary(int dictionary, int type) {return true;} argument
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DPhotoSelectionHandler.java221 final String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE);
224 type, dataSet);
/packages/apps/Email/provider_src/com/android/email/service/
H A DPopImapSyncAdapterService.java152 final int type = e.getExceptionType();
153 // type must be translated into the domain of values used by EmailServiceStatus
154 switch (type) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDataManager.java268 public Path findPathByUri(Uri uri, String type) { argument
271 Path path = source.findPathByUri(uri, type);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDraw.java279 public int getBrushIcon(int type) { argument
280 return brushIcons[type];

Completed in 1225 milliseconds

<<11121314151617181920>>