Searched defs:CAPABILITY_CAN_PULL_CALL (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/compat/
H A DCallSdkCompat.java32 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000; field in class:CallSdkCompat.Details
/packages/apps/Dialer/java/com/android/contacts/common/compat/
H A DCallCompat.java29 && ((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; field in class:CallCompat.Details

Completed in 61 milliseconds