Searched defs:StkAppService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java94 public class StkAppService extends Service implements Runnable { class in inherits:Service,Runnable
158 static StkAppService sInstance = null;
283 CatLog.d(LOG_TAG, "StkAppService onStart intent is null so return");
289 CatLog.d(LOG_TAG, "StkAppService onStart args is null so return");
422 CatLog.d(LOG_TAG, "StkAppService, getMenu, sim id: " + slotId);
434 CatLog.d(LOG_TAG, "StkAppService, getMainMenu, sim id: " + slotId);
446 static StkAppService getInstance() {
598 // Uninstall STKAPP, Clear Idle text, Stop StkAppService
686 args.putInt(StkAppService.RES_ID, resId);
688 args.putBoolean(StkAppService
[all...]

Completed in 11 milliseconds