HomeSort by relevance Sort by last modified time
    Searched defs:ssInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 110 public int[] ssInfo; /* This is the response data for most of the SS GET/SET
112 two ints, so first two values of ssInfo[] will be
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 509 public void transact(Bundle ssInfo, Message result) {
511 log("transact :: Ut=" + miUt + ", ssInfo=" + ssInfo);
516 int id = miUt.transact(ssInfo);
559 private void sendSuccessReport(Message result, Object ssInfo) {
564 AsyncResult.forMessage(result, ssInfo, null);
611 public void utConfigurationQueried(IImsUt ut, int id, Bundle ssInfo) {
615 sendSuccessReport(mPendingCmds.get(key), ssInfo);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 149 // responses into the ssInfo Bundle.
    [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]

Completed in 858 milliseconds