Searched refs:EXTRA_SLOT_ID (Results 1 – 2 of 2) sorted by relevance
58 public static final String EXTRA_SLOT_ID = "slot_id"; field in SimSettings264 newIntent.putExtra(EXTRA_SLOT_ID, ((SimPreference)preference).getSlotId()); in onPreferenceTreeClick()
63 mSlotId = extras.getInt(SimSettings.EXTRA_SLOT_ID, -1); in onCreate()