Searched refs:BUTTON_CDMA_SUBSCRIPTION_KEY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCdmaOptions.java44 private static final String BUTTON_CDMA_SUBSCRIPTION_KEY = "cdma_subscription_key"; field in class:CdmaOptions
65 .findPreference(BUTTON_CDMA_SUBSCRIPTION_KEY);
74 .findPreference(BUTTON_CDMA_SUBSCRIPTION_KEY));
119 if (preference.getKey().equals(BUTTON_CDMA_SUBSCRIPTION_KEY)) {
129 } else if (preference.getKey().equals(BUTTON_CDMA_SUBSCRIPTION_KEY)) {

Completed in 76 milliseconds