Lines Matching refs:StkAppService
108 public class StkAppService extends Service implements Runnable {
174 static StkAppService sInstance = null;
326 CatLog.d(LOG_TAG, "StkAppService onStart intent is null so return");
332 CatLog.d(LOG_TAG, "StkAppService onStart args is null so return");
476 CatLog.d(LOG_TAG, "StkAppService, getMenu, sim id: " + slotId);
488 CatLog.d(LOG_TAG, "StkAppService, getMainMenu, sim id: " + slotId);
521 static StkAppService getInstance() {
692 // Uninstall STKAPP, Clear Idle text, Stop StkAppService
803 args.putInt(StkAppService.RES_ID, resId);
804 args.putBoolean(StkAppService.CONFIRMATION, confirm);
2012 new Intent(mContext, StkAppService.class), 0);
2015 StkAppService.this, STK_NOTIFICATION_CHANNEL_ID);
2038 Bitmap bitmapIcon = BitmapFactory.decodeResource(StkAppService.this