Home
last modified time | relevance | path

Searched refs:PROPERTY_SHOW_CALLBACK_NUMBER (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DConnection.java300 public static final int PROPERTY_SHOW_CALLBACK_NUMBER = 1<<0; field in Connection
524 if (can(properties, PROPERTY_SHOW_CALLBACK_NUMBER)) { in propertiesToString()