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

/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/Dialer/src/com/android/dialer/
H A DPhoneCallDetails.java78 public final int features; field in class:PhoneCallDetails
104 PhoneAccountHandle accountHandle, int features, Long dataUsage, String transcription) {
106 duration, "", 0, "", null, null, 0, accountHandle, features, dataUsage,
115 int sourceType, PhoneAccountHandle accountHandle, int features, Long dataUsage,
132 this.features = features;
101 PhoneCallDetails(CharSequence number, int numberPresentation, CharSequence formattedNumber, String countryIso, String geocode, int[] callTypes, long date, long duration, PhoneAccountHandle accountHandle, int features, Long dataUsage, String transcription) argument
111 PhoneCallDetails(CharSequence number, int numberPresentation, CharSequence formattedNumber, String countryIso, String geocode, int[] callTypes, long date, long duration, CharSequence name, int numberType, CharSequence numberLabel, Uri contactUri, Uri photoUri, int sourceType, PhoneAccountHandle accountHandle, int features, Long dataUsage, String transcription) 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/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
68 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_getRcFeatures, addr, (jint)features);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java51 * @param features The features of the call (e.g. FEATURES_VIDEO). @see
58 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
65 this.features = features;
78 public final int features; field in class:CallLogManager.AddCallArgs
158 * @param features The features of the call.
168 int features,
191 callType, features, accountHandl
57 AddCallArgs(Context context, CallerInfo callerInfo, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long creationDate, long durationInMillis, Long dataUsage) argument
163 logCall( CallerInfo callerInfo, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, long duration, Long dataUsage) argument
[all...]
/packages/apps/Dialer/tests/src/com/android/dialer/
H A DPhoneCallDetailsHelperTest.java347 * Sets the phone call details with default values and the given call features.
349 private void setPhoneCallDetailsWithFeatures(int features) { argument
354 features, null, null)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java136 final String type, final String[] features,
135 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java96 /* BTRC features */
284 ", features="+msg.arg1);
583 private void getRcFeatures(byte[] address, int features) { argument
584 Message msg = mHandler.obtainMessage(MESSAGE_GET_RC_FEATURES, features, 0,

Completed in 316 milliseconds