Searched refs:type (Results 376 - 400 of 571) sorted by relevance

<<11121314151617181920>>

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_sdp.cpp318 record.mas.hdr.type = SDP_TYPE_MAP_MAS;
360 record.mns.hdr.type = SDP_TYPE_MAP_MNS;
400 record.pse.hdr.type = SDP_TYPE_PBAP_PSE;
443 record.ops.hdr.type = SDP_TYPE_OPP_SERVER;
492 record.sap.hdr.type = SDP_TYPE_SAP_SERVER;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java211 String extension, type;
214 if (D) Log.w(TAG, "There is no file extension or mime type," +
221 type = map.getMimeTypeFromExtension(extension);
222 if (V) Log.v(TAG, "Mimetype guessed from extension " + extension + " is " + type);
223 if (type != null) {
224 mimeType = type;
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailServiceStub.java299 for (final int type : Mailbox.REQUIRED_FOLDER_TYPES) {
300 if (Mailbox.findMailboxOfType(mContext, accountId, type) == Mailbox.NO_MAILBOX) {
301 final Mailbox mailbox = Mailbox.newSystemMailbox(mContext, accountId, type);
302 if (store.canSyncFolderType(type)) {
309 if (type == Mailbox.TYPE_INBOX) {
364 // TODO: Figure out what type of messaging exception it was and return an appropriate
414 LogUtils.e(Logging.LOG_TAG, "pushModify invalid for account type for %d", accountId);
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dencodings.h134 unsigned char type = GetRange((unsigned char)c); local
135 *codepoint = (0xFF >> type) & (unsigned char)c;
137 switch (type) {
181 static const unsigned char type[] = { local
193 return type[c];
537 //! Runtime-specified UTF encoding type of a stream.
546 //! Dynamically select encoding according to stream's runtime-specified UTF encoding type.
H A Dwriter.h317 void Prefix(Type type) { argument
318 (void)type;
328 RAPIDJSON_ASSERT(type == kStringType); // if it's in object, then even number should be a name
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java348 if (codesValue.type == TypedValue.TYPE_INT_DEC
349 || codesValue.type == TypedValue.TYPE_INT_HEX) {
351 } else if (codesValue.type == TypedValue.TYPE_STRING) {
487 * Returns the drawable state for the key, based on the current state and type of the key.
854 if (value.type == TypedValue.TYPE_DIMENSION) {
856 } else if (value.type == TypedValue.TYPE_FRACTION) {
H A DTextCandidates1LineViewManager.java85 /** View type (VIEW_TYPE_NORMAL or VIEW_TYPE_FULL or VIEW_TYPE_CLOSE) */
364 public void setViewType(int type) { argument
365 mViewType = type;
367 if (type == CandidatesViewManager.VIEW_TYPE_NORMAL) {
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogBackupAgent.java72 int type; field in class:CallLogBackupAgent.Call
264 call.numberPresentation, call.type, call.features, handle, call.date,
330 call.type = dataInput.readInt();
382 call.type = cursor.getInt(cursor.getColumnIndex(CallLog.Calls.TYPE));
406 data.writeInt(call.type);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPicasaSource.java60 private static final String PICASA_TYPE_KEY = "type";
357 String type = (typeIndex >= 0 ? cursor.getString(typeIndex) : "none");
358 boolean isPosts = (typeIndex >= 0 && PICASA_POSTS_TYPE.equals(type));
360 (PICASA_UPLOAD_TYPE.equals(type) || PICASA_UPLOADAUTO_TYPE.equals(type)));
399 " of type " + type + " owned by " + user);
H A DPhotoSource.java82 String type = PhotoSource.this.getClass().getName();
83 log(TAG, "type is " + type);
84 return type;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1326 public ParcelFileDescriptor connectSocket(BluetoothDevice device, int type, argument
1335 return service.connectSocket(device, type, uuid, port, flag);
1338 public ParcelFileDescriptor createSocketChannel(int type, String serviceName, argument
1347 return service.createSocketChannel(type, serviceName, uuid, port, flag);
2101 ParcelFileDescriptor connectSocket(BluetoothDevice device, int type, argument
2105 type, Utils.uuidToByteArray(uuid), port, flag, Binder.getCallingUid());
2113 ParcelFileDescriptor createSocketChannel(int type, String serviceName, argument
2116 int fd = createSocketChannelNative(type, serviceName,
2291 int type = shouldWake
2297 mAlarmManager.setExact(type, wakeupTim
2504 setAdapterPropertyNative(int type, byte[] val) argument
2506 getAdapterPropertyNative(int type) argument
2507 setAdapterPropertyNative(int type) argument
2509 setDevicePropertyNative(byte[] address, int type, byte[] val) argument
2510 getDevicePropertyNative(byte[] address, int type) argument
2524 sspReplyNative(byte[] address, int type, boolean accept, int passkey) argument
2532 connectSocketNative(byte[] address, int type, byte[] uuid, int port, int flag, int callingUid) argument
2534 createSocketChannelNative(int type, String serviceName, byte[] uuid, int port, int flag, int callingUid) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java62 // Result type defined in bt stack. Need to be accessed by GattService.
875 * Return batch scan result type value defined in bt stack.
903 logd("addFilterToController: " + entry.type);
904 switch (entry.type) {
907 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, 0, 0, 0, 0, 0,
913 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, 0, 0, 0, 0, 0,
920 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, 0, 0,
930 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, 0, 0, 0, 0, 0,
939 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, entry.company,
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java701 // Update the text hint on the message box depending on the attachment type.
716 int type = -1;
731 if (type == -1) {
732 type = newType;
733 } else if (type != newType || type == ContentType.TYPE_OTHER) {
734 type = ContentType.TYPE_OTHER;
739 switch (type) {
766 Assert.fail("Unsupported attachment type!");
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduPersister.java443 final String type = toIsoString(contentType);
444 if (!ContentType.isImageType(type)
445 && !ContentType.isAudioType(type)
446 && !ContentType.isVideoType(type)) {
453 if (ContentType.TEXT_PLAIN.equals(type) || ContentType.APP_SMIL.equals(type)
454 || ContentType.TEXT_HTML.equals(type)) {
525 Log.e(TAG, "Unknown address type: " + addrType);
696 "Unsupported PDU type: " + Integer.toHexString(msgType));
700 "Unrecognized PDU type
723 persistAddress( final long msgId, final int type, final EncodedStringValue[] array) argument
1056 updateAddress( final long msgId, final int type, final EncodedStringValue[] array) argument
[all...]
/packages/apps/Settings/src/com/android/settings/datausage/
H A DBillingCycleSettings.java234 private void setupPicker(EditText bytesPicker, Spinner type) { argument
249 type.setSelection(1);
255 type.setSelection(0);
/packages/apps/Settings/src/com/android/settings/location/
H A DSettingsInjector.java178 int type;
179 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
180 && type != XmlPullParser.START_TAG) {
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
H A DScanFragment.java336 InputStreamSource source = getDataSource(scanChannel.type);
363 private InputStreamSource getDataSource(int type) { argument
364 switch (type) {
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dencodingstest.cpp267 unsigned type = utf8d[byte]; local
271 (0xff >> type) & (byte);
273 *state = utf8d[256 + *state + type];
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DMainFragment.java238 allowableAccountTypes.add(authDesc.type);
241 Account[] accounts = am.getAccountsByType(authDesc.type);
246 // Icon URI to be displayed for each account is based on the type of authenticator.
256 final String key = "account_pref:" + account.type + ":" + account.name;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DBitmapWorkerTask.java311 if ((value.type == TypedValue.TYPE_STRING && value.string.toString().endsWith(".xml")) || (
312 value.type >= TypedValue.TYPE_FIRST_COLOR_INT
313 && value.type <= TypedValue.TYPE_LAST_COLOR_INT)) {
H A DDrawableLoader.java334 if ((value.type == TypedValue.TYPE_STRING && value.string.toString().endsWith(".xml")) || (
335 value.type >= TypedValue.TYPE_FIRST_COLOR_INT
336 && value.type <= TypedValue.TYPE_LAST_COLOR_INT)) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DEmlAttachmentProvider.java235 * if the attachment's mime type matches one of the query parameters.
245 for (final String type : contentTypeQueryParameters) {
246 if (attachment.getContentType().startsWith(type)) {
273 .add(attachment.type) // type
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java279 // type(int) and type(String): helper methods to send a code point resp. a string to LatinIME.
303 protected void type(final int codePoint) { method in class:InputTestsBase
311 protected void type(final String stringToType) { method in class:InputTestsBase
313 type(stringToType.codePointAt(i));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnEngineJAJP.java44 /** Current dictionary type */
46 /** Dictionary type (default) */
48 /** Dictionary type (Japanese standard) */
50 /** Dictionary type (English standard) */
52 /** Dictionary type (Japanese person's name) */
54 /** Dictionary type (User dictionary) */
56 /** Dictionary type (Japanese EISU-KANA conversion) */
58 /** Dictionary type (e-mail/URI) */
60 /** Dictionary type (Japanese postal address) */
65 /** Keyboard type (no
305 setDictionary(int type) argument
588 initializeDictionary(int dictionary, int type) argument
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java469 if (Token.UNKNOWN == token.type) {
472 if (Token.PINYIN == token.type) {
475 } else if (Token.LATIN == token.type) {

Completed in 4680 milliseconds

<<11121314151617181920>>