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

  /frameworks/base/telecomm/java/android/telecom/
Connection.java 210 public static final int CAPABILITY_SHOW_CALLBACK_NUMBER = 0x00020000;
376 if (can(capabilities, CAPABILITY_SHOW_CALLBACK_NUMBER)) {
377 builder.append(" CAPABILITY_SHOW_CALLBACK_NUMBER");
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 504 callCapabilities |= CAPABILITY_SHOW_CALLBACK_NUMBER;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 796 Connection.CAPABILITY_SHOW_CALLBACK_NUMBER,
    [all...]

Completed in 118 milliseconds