Home
last modified time | relevance | path

Searched refs:ARG_SUBSCRIPTION_ID (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java77 private static final String ARG_SUBSCRIPTION_ID = "subscriptionId"; field in SimImportFragment
107 args.getInt(ARG_SUBSCRIPTION_ID, SimCard.NO_SUBSCRIPTION_ID); in onCreate()
353 args.putInt(ARG_SUBSCRIPTION_ID, subscriptionId); in newInstance()