Searched refs:EVENT_SSN (Results 1 – 3 of 3) sorted by relevance
56 private static final int EVENT_SSN = 7;87 mGSMPhone.registerForSuppServiceNotification(mHandler, EVENT_SSN, null);1642 msg = mGSMTestHandler.waitForMessage(EVENT_SSN);
239 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); in initOnce()2206 case EVENT_SSN: in handleMessage()
132 protected static final int EVENT_SSN = 2; field in Phone