Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java1206 TextMessage alphaId = mStkContext[slotId].mCurrentCmd.geTextMessage(); in handleCmd() local
1207 if ((alphaId == null) || TextUtils.isEmpty(alphaId.text)) { in handleCmd()
1215 launchConfirmationDialog(alphaId, slotId); in handleCmd()