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

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java66 public class StkAppService extends Service implements Runnable { class in inherits:Service,Runnable
84 static StkAppService sInstance = null;
245 static StkAppService getInstance() {
338 // Uninstall STKAPP, Clear Idle text, Stop StkAppService
817 new Intent(mContext, StkAppService.class), 0);
820 StkAppService.this);
838 Bitmap bitmapIcon = BitmapFactory.decodeResource(StkAppService.this

Completed in 49 milliseconds