HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_CAN_PULL_CALL (Results 1 - 12 of 12) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/compat/
CallCompat.java 29 && ((call.getDetails().getCallCapabilities() & Details.CAPABILITY_CAN_PULL_CALL)
30 == Details.CAPABILITY_CAN_PULL_CALL);
38 public static final int CAPABILITY_CAN_PULL_CALL = Call.Details.CAPABILITY_CAN_PULL_CALL;
  /packages/apps/Contacts/src/com/android/contacts/compat/
CallSdkCompat.java 32 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000;
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExternalCallTest.java 35 public static final int CONNECTION_CAPABILITIES = Connection.CAPABILITY_CAN_PULL_CALL;
72 assertCallCapabilities(mCall, Call.Details.CAPABILITY_CAN_PULL_CALL);
CallTest.java 38 assertTrue(Call.Details.can(CAPABILITY_CAN_PULL_CALL, CAPABILITY_CAN_PULL_CALL));
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 303 Connection.CAPABILITY_CAN_PULL_CALL,
304 android.telecom.Call.Details.CAPABILITY_CAN_PULL_CALL,
Call.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 112 * and {@link Details#CAPABILITY_CAN_PULL_CALL} capability are set on the call.
350 * See {@link Connection#CAPABILITY_CAN_PULL_CALL} and
353 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000;
538 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) {
539 builder.append(" CAPABILITY_CAN_PULL_CALL");
    [all...]
Connection.java 85 * {@link #CAPABILITY_CAN_PULL_CALL}, {@link #onPullExternalCall()} should be overridden to provide
145 * {@link #CAPABILITY_CAN_PULL_CALL} capability bits are set on the connection.
330 public static final int CAPABILITY_CAN_PULL_CALL = 0x01000000;
518 * {@link Call.Details#CAPABILITY_CAN_PULL_CALL}, but the {@link ConnectionService} could not
731 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) {
732 builder.append(isLong ? " CAPABILITY_CAN_PULL_CALL" : " pull");
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 625 milliseconds