Home
last modified time | relevance | path

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

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