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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 416 void setOnSuppServiceNotification(Handler h, int what, Object obj);
    [all...]
BaseCommands.java 426 public void setOnSuppServiceNotification(Handler h, int what, Object obj) {
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 174 mCM.setOnSuppServiceNotification(this, EVENT_SSN, null);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 157 mCM.setOnSuppServiceNotification(this, EVENT_SSN, null);
    [all...]

Completed in 1741 milliseconds