Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCLIRListPreference.java81 mPhone.getOutgoingCallerIdDisplay(mHandler.obtainMessage(MyHandler.MESSAGE_GET_CLIR, in init()
82 MyHandler.MESSAGE_GET_CLIR, MyHandler.MESSAGE_GET_CLIR)); in init()
161 static final int MESSAGE_GET_CLIR = 0; field in CLIRListPreference.MyHandler
167 case MESSAGE_GET_CLIR: in handleMessage()
213 mPhone.getOutgoingCallerIdDisplay(obtainMessage(MESSAGE_GET_CLIR, in handleSetCLIRResponse()