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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DStkService.java114 public class StkService extends Handler implements AppInterface { class in inherits:Handler,AppInterface
120 private static StkService sInstance;
149 private StkService(CommandsInterface ci, SIMRecords sr, Context context, method in class:StkService
175 StkLog.d(this, "StkService: is running");
458 public static StkService getInstance(CommandsInterface ci, SIMRecords sr,
467 sInstance = new StkService(ci, sr, context, fh, sc);
566 // the same command's result again to the StkService and can cause it to

Completed in 316 milliseconds