Searched refs:strSlotId (Results 1 – 1 of 1) sorted by relevance
123 private int getLastSubId(String strSlotId) { in getLastSubId() argument124 return mSharedPreferences.getInt(strSlotId, INVALID_SLOT); in getLastSubId()127 private void setLastSubId(String strSlotId, int value) { in setLastSubId() argument129 editor.putInt(strSlotId, value); in setLastSubId()