Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomCallFacade.java247 return InCallServiceImpl.callGetCallProperties(callId); in telecomCallGetProperties()
DInCallServiceImpl.java784 public static List<String> callGetCallProperties(String callId) { in callGetCallProperties() method in InCallServiceImpl