Searched defs:features (Results 1 - 16 of 16) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DFeatureUtils.java24 * Static utilities for features.
29 * Returns a feature that is enabled if any of {@code features} is enabled.
31 * @param features the features to or
33 public static Feature OR(final Feature... features) { argument
37 for (Feature f : features) {
47 return "or(" + Arrays.asList(features) + ")";
54 * Returns a feature that is enabled if all of {@code features} is enabled.
56 * @param features the features t
58 AND(final Feature... features) argument
[all...]
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
H A DTestAuthenticator.java115 AccountAuthenticatorResponse response, Account account, String[] features) {
117 // specific features. We don't expect to get called, so we always
114 hasFeatures( AccountAuthenticatorResponse response, Account account, String[] features) argument
/packages/apps/Email/provider_src/com/android/email/service/
H A DEasTestAuthenticatorService.java103 String[] features) throws NetworkErrorException {
102 hasFeatures(AccountAuthenticatorResponse response, Account account, String[] features) argument
H A DAuthenticatorService.java145 String[] features) throws NetworkErrorException {
144 hasFeatures(AccountAuthenticatorResponse response, Account account, String[] features) argument
/packages/apps/Dialer/src/com/android/dialer/
H A DPhoneCallDetails.java96 public int features; field in class:PhoneCallDetails
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp52 static void btavrcp_remote_features_callback(bt_bdaddr_t* bd_addr, btrc_remote_features_t features) { argument
69 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_getRcFeatures, addr, (jint)features);
H A Dcom_android_bluetooth_sdp.cpp309 jint msg_types, jint features) {
333 record.mas.supported_features = features;
351 jint features) {
374 record.mns.supported_features = features;
391 jint supported_repositories, jint features) {
414 record.pse.supported_features = features;
307 sdpCreateMapMasRecordNative(JNIEnv *env, jobject obj, jstring name_str, jint mas_id, jint scn, jint l2cap_psm, jint version, jint msg_types, jint features) argument
349 sdpCreateMapMnsRecordNative(JNIEnv *env, jobject obj, jstring name_str, jint scn, jint l2cap_psm, jint version, jint features) argument
389 sdpCreatePbapPseRecordNative(JNIEnv *env, jobject obj, jstring name_str, jint scn, jint l2cap_psm, jint version, jint supported_repositories, jint features) argument
H A Dcom_android_bluetooth_avrcp_controller.cpp111 static void btavrcp_get_rcfeatures_callback(bt_bdaddr_t *bd_addr, int features) { argument
129 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_getRcFeatures, addr, (jint)features);
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogBackupAgent.java78 int features; field in class:CallLogBackupAgent.Call
264 call.numberPresentation, call.type, call.features, handle, call.date,
336 call.features = dataInput.readInt();
392 call.features = cursor.getInt(cursor.getColumnIndex(CallLog.Calls.FEATURES));
412 data.writeInt(call.features);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java66 * @param features The features of the call (e.g. FEATURES_VIDEO). @see
75 int features, PhoneAccountHandle accountHandle, long creationDate,
85 this.features = features;
102 public final int features; field in class:CallLogManager.AddCallArgs
235 * @param features The features of the call.
249 int features,
280 viaNumber, presentation, callType, features, accountHandl
73 AddCallArgs(Context context, CallerInfo callerInfo, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long creationDate, long durationInMillis, Long dataUsage, UserHandle initiatingUser, @Nullable LogCallCompletedListener logCallCompletedListener) argument
242 logCall( CallerInfo callerInfo, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, long duration, Long dataUsage, boolean isEmergency, UserHandle initiatingUser, @Nullable LogCallCompletedListener logCallCompletedListener) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java600 * Now playing list after RC features
842 private void getRcFeatures(byte[] address, int features) { argument
846 AvrcpControllerConstants.MESSAGE_PROCESS_RC_FEATURES, features, 0, device);
H A DAvrcp.java113 /* BTRC features */
292 ", features="+msg.arg1);
806 private void getRcFeatures(byte[] address, int features) { argument
807 Message msg = mHandler.obtainMessage(MESSAGE_GET_RC_FEATURES, features, 0,
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java100 int rfcommChannel, int l2capPsm, int version, int msgTypes, int features);
103 int rfcommChannel, int l2capPsm, int version, int features);
106 int l2capPsm, int version, int repositories, int features);
517 * @param features The feature bit mask (As specified in the Bluetooth
526 int msgTypes, int features) {
531 l2capPsm, version, msgTypes, features);
547 * @param features The feature bit mask (As specified in the Bluetooth
555 int l2capPsm, int version, int features) {
560 l2capPsm, version, features);
578 * @param features Th
99 sdpCreateMapMasRecordNative(String serviceName, int masId, int rfcommChannel, int l2capPsm, int version, int msgTypes, int features) argument
102 sdpCreateMapMnsRecordNative(String serviceName, int rfcommChannel, int l2capPsm, int version, int features) argument
105 sdpCreatePbapPseRecordNative(String serviceName, int rfcommChannel, int l2capPsm, int version, int repositories, int features) argument
524 createMapMasRecord(String serviceName, int masId, int rfcommChannel, int l2capPsm, int version, int msgTypes, int features) argument
554 createMapMnsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, int features) argument
585 createPbapPseRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, int repositories, int features) argument
[all...]
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
H A DFillCallLogTestActivity.java535 int features = mCallTypeVideo.isChecked() ? Calls.FEATURES_VIDEO : 0;
546 getManualCallType(), features, getManualAccount(),
565 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
598 values.put(Calls.FEATURES, features);
564 addCall(String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java137 final String type, final String[] features,
136 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL DEFAULT 1,post_dial_digits TEXT NOT NULL DEFAULT '',date INTEGER,duration INTEGER,data_usage INTEGER,type INTEGER,features INTEGER NOT NULL DEFAULT 0,subscription_component_name TEXT,subscription_id TEXT,phone_account_address TEXT,phone_account_hidden INTEGER NOT NULL DEFAULT 0,sub_id INTEGER DEFAULT -1,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_location TEXT,lookup_uri TEXT,matched_number TEXT,normalized_number TEXT,photo_id INTEGER NOT NULL DEFAULT 0,photo_uri TEXT,formatted_number TEXT,_data TEXT,has_content INTEGER,mime_type TEXT,source_data TEXT,source_package TEXT,transcription TEXT,state INTEGER,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0, add_for_all_users INTEGER NOT NULL DEFAULT 1);

Completed in 1398 milliseconds