Home
last modified time | relevance | path

Searched defs:callAttributes (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DAttributesUtil.java41 public static boolean hasSetInactiveCapabilities(CallAttributes callAttributes) { in hasSetInactiveCapabilities()
148 public static Bundle getExtrasWithPhoneAccount(CallAttributes callAttributes) { in getExtrasWithPhoneAccount()
164 public static boolean isOutgoing(CallAttributes callAttributes) { in isOutgoing()
DCallResources.java43 CallAttributes callAttributes, in CallResources()
DAppControlWrapper.java112 public void addCall(CallAttributes callAttributes) throws Exception { in addCall()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCallAttributesTest.java51 CallAttributes callAttributes = in testCallAttributesGetter() local
DTelephonyRegistryManagerTest.java763 public void onCallAttributesChanged(@NonNull CallAttributes callAttributes) { in onCallAttributesChanged()
/cts/tests/tests/telecom-apps/Utils/aidl/android/telecom/cts/apps/
DIAppControl.aidl57 NoDataTransaction addCall(in CallAttributes callAttributes); in addCall()