Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java791 return getCallPropertiesString(details.getCallProperties()); in callGetCallProperties()
1422 public static List<String> getCallPropertiesString(int properties) { in getCallPropertiesString() method in InCallServiceImpl
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java1035 build(InCallServiceImpl.getCallPropertiesString(details.getCallProperties()))); in buildCallDetails()