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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DStkService.java149 private StkService(CommandsInterface ci, SIMRecords sr, Context context, argument
151 if (ci == null || sr == null || context == null || fh == null
169 mSimRecords = sr;
452 * @param sr SIMRecords object
458 public static StkService getInstance(CommandsInterface ci, SIMRecords sr, argument
461 if (ci == null || sr == null || context == null || fh == null
467 sInstance = new StkService(ci, sr, context, fh, sc);
469 } else if ((sr != null) && (mSimRecords != sr)) {
471 mSimRecords = sr;
[all...]

Completed in 107 milliseconds