Home | History | Annotate | Download | only in stk

Lines Matching refs:StkAppService

98 public class StkAppService extends Service implements Runnable {
162 static StkAppService sInstance = null;
290 CatLog.d(LOG_TAG, "StkAppService onStart intent is null so return");
296 CatLog.d(LOG_TAG, "StkAppService onStart args is null so return");
429 CatLog.d(LOG_TAG, "StkAppService, getMenu, sim id: " + slotId);
441 CatLog.d(LOG_TAG, "StkAppService, getMainMenu, sim id: " + slotId);
453 static StkAppService getInstance() {
607 // Uninstall STKAPP, Clear Idle text, Stop StkAppService
696 args.putInt(StkAppService.RES_ID, resId);
697 args.putBoolean(StkAppService.CONFIRMATION, confirm);
1543 new Intent(mContext, StkAppService.class), 0);
1546 StkAppService.this);
1566 Bitmap bitmapIcon = BitmapFactory.decodeResource(StkAppService.this