Searched refs:alphaId (Results 1 – 3 of 3) sorted by relevance
178 private float getAlphaFromResource(int alphaId) { in getAlphaFromResource() argument180 mContext.getResources().getValue(alphaId, typedValue, true); in getAlphaFromResource()
176 private float getAlphaFromResource(int alphaId) { in getAlphaFromResource() argument178 mContext.getResources().getValue(alphaId, typedValue, true); in getAlphaFromResource()
1188 TextMessage alphaId = mStkContext[slotId].mCurrentCmd.geTextMessage(); in handleCmd() local1189 if ((alphaId == null) || TextUtils.isEmpty(alphaId.text)) { in handleCmd()1197 launchConfirmationDialog(alphaId, slotId); in handleCmd()