Searched refs:mesg (Results 1 – 2 of 2) sorted by relevance
1220 TextMessage mesg = mStkContext[slotId].mCurrentCmd.getCallSettings().confirmMsg; in handleCmd() local1221 if((mesg != null) && (mesg.text == null || mesg.text.length() == 0)) { in handleCmd()1222 mesg.text = getResources().getString(R.string.default_setup_call_msg); in handleCmd()1224 CatLog.d(LOG_TAG, "SET_UP_CALL mesg.text " + mesg.text); in handleCmd()1225 launchConfirmationDialog(mesg, slotId); in handleCmd()
457 String mesg = String.format("Test failed!" in execute() local460 Log.e(TAG, mesg); in execute()522 String mesg = String.format("Test failed!" in execute() local525 Log.e(TAG, mesg); in execute()