Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCLIRListPreference.java44 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CLIR)); in onDialogClosed()
114 static final int MESSAGE_SET_CLIR = 1; field in CLIRListPreference.MyHandler
122 case MESSAGE_SET_CLIR: in handleMessage()
131 if (msg.arg2 == MESSAGE_SET_CLIR) { in handleGetCLIRResponse()
167 MESSAGE_SET_CLIR, MESSAGE_SET_CLIR, ar.exception)); in handleSetCLIRResponse()