Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 28) sorted by relevance

12

/packages/inputmethods/OpenWnn/
DChangeLog.txt9 Update features:
27 Update features:
42 Update features:
47 Update features:
54 Update features:
60 Update features:
72 The first release implemented following features:
75 Update features:
87 The first release implemented following features:
94 The first release implemented following features:
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java100 int rfcommChannel, int l2capPsm, int version, int msgTypes, int features); in sdpCreateMapMasRecordNative() argument
103 int rfcommChannel, int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative() argument
106 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative() argument
526 int msgTypes, int features) { in createMapMasRecord() argument
531 l2capPsm, version, msgTypes, features); in createMapMasRecord()
555 int l2capPsm, int version, int features) { in createMapMnsRecord() argument
560 l2capPsm, version, features); in createMapMnsRecord()
586 int version, int repositories, int features) { in createPbapPseRecord() argument
591 l2capPsm, version, repositories, features); in createPbapPseRecord()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java55 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in AddCallArgs() argument
62 this.features = features; in AddCallArgs()
75 public final int features; field in CallLogManager.AddCallArgs
173 int features, in logCall() argument
196 callType, features, accountHandle, start, duration, dataUsage); in logCall()
264 c.callType, c.features, c.accountHandle, c.timestamp, c.durationInSec, in doInBackground()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_sdp.cpp312 jint msg_types, jint features) { in sdpCreateMapMasRecordNative() argument
336 record.mas.supported_features = features; in sdpCreateMapMasRecordNative()
354 jint features) { in sdpCreateMapMnsRecordNative() argument
377 record.mns.supported_features = features; in sdpCreateMapMnsRecordNative()
394 jint supported_repositories, jint features) { in sdpCreatePbapPseRecordNative() argument
417 record.pse.supported_features = features; in sdpCreatePbapPseRecordNative()
Dcom_android_bluetooth_avrcp.cpp52 static void btavrcp_remote_features_callback(bt_bdaddr_t* bd_addr, btrc_remote_features_t features)… in btavrcp_remote_features_callback() argument
69 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_getRcFeatures, addr, (jint)features); in btavrcp_remote_features_callback()
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java76 int features; field in CallLogBackupAgent.Call
263 call.features, handle, call.date, (int) call.duration, in writeCallToProvider()
335 call.features = dataInput.readInt(); in readCallFromData()
376 call.features = cursor.getInt(cursor.getColumnIndex(CallLog.Calls.FEATURES)); in readCallFromCursor()
395 data.writeInt(call.features); in addCallToBackup()
/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java404 Set<String> features = mTts.getFeatures(mCurrentDefaultLocale); in isNetworkRequiredForSynthesis() local
405 if (features == null) { in isNetworkRequiredForSynthesis()
408 return features.contains(TextToSpeech.Engine.KEY_FEATURE_NETWORK_SYNTHESIS) && in isNetworkRequiredForSynthesis()
409 !features.contains(TextToSpeech.Engine.KEY_FEATURE_EMBEDDED_SYNTHESIS); in isNetworkRequiredForSynthesis()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java505 details.features = getCallFeatures(c, count); in bindCallLogListViewHolder()
673 int features = 0; in getCallFeatures() local
676 features |= cursor.getInt(CallLogQuery.FEATURES); in getCallFeatures()
680 return features; in getCallFeatures()
DCallLogListItemHelper.java185 if ((details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO) { in getCallDescription()
DCallDetailHistoryAdapter.java126 boolean isVideoCall = (details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO in getView()
DPhoneCallDetailsHelper.java92 (details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO); in setPhoneCallDetails()
DCallLogAsyncTaskUtil.java182 details.features = cursor.getInt(CallDetailQuery.FEATURES); in getPhoneCallDetailsForUri()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DPhoneCallDetailsHelperTest.java170 details.features = Calls.FEATURES_VIDEO; in testSetPhoneCallDetails_Video()
181 details.features = 0; in testSetPhoneCallDetails_NoVideo()
DCallLogListItemHelperTest.java255 details.features = Calls.FEATURES_VIDEO; in testGetCallDescription_Video()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DAccessibilityActivity.java907 Set<String> features = mTts.getFeatures(mTts.getLanguage());
908 return features.contains(TextToSpeech.Engine.KEY_FEATURE_NETWORK_SYNTHESIS) &&
909 !features.contains(TextToSpeech.Engine.KEY_FEATURE_EMBEDDED_SYNTHESIS);
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
DFillCallLogTestActivity.java493 int features = mCallTypeVideo.isChecked() ? Calls.FEATURES_VIDEO : 0; in addManualEntry() local
501 getManualCallType(), features, getManualAccount(), in addManualEntry()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DREADME.txt3 have been made to remove unneeded features and adjust to our needs.
/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetails.java79 public int features; field in PhoneCallDetails
/packages/apps/Email/provider_src/com/android/email/service/
DEasTestAuthenticatorService.java103 String[] features) throws NetworkErrorException { in hasFeatures() argument
DAuthenticatorService.java145 String[] features) throws NetworkErrorException { in hasFeatures() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java751 private void getRcFeatures(byte[] address, int features) { in getRcFeatures() argument
752 Message msg = mHandler.obtainMessage(MESSAGE_GET_RC_FEATURES, features, 0, in getRcFeatures()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
DTestAuthenticator.java115 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures() argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java137 final String type, final String[] features, in getAccountsByTypeAndFeatures() argument
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz

12