Home
last modified time | relevance | path

Searched refs:EVENT_SSN (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java313 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); in init()
DCDMAPhone.java169 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); in init()
1269 case EVENT_SSN:{ in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java170 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); in GSMPhone()
205 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); in GSMPhone()
1530 case EVENT_SSN: in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java56 private static final int EVENT_SSN = 7; field in GSMPhoneTest
87 mGSMPhone.registerForSuppServiceNotification(mHandler, EVENT_SSN, null); in setUp()
1642 msg = mGSMTestHandler.waitForMessage(EVENT_SSN); in runTest()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java125 protected static final int EVENT_SSN = 2; field in PhoneBase