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

/packages/apps/Phone/src/com/android/phone/
H A DCdmaOptions.java35 private static final String BUTTON_CDMA_SUBSCRIPTION_KEY = "cdma_subscription_key"; field in class:CdmaOptions
53 .findPreference(BUTTON_CDMA_SUBSCRIPTION_KEY);
62 .findPreference(BUTTON_CDMA_SUBSCRIPTION_KEY));
97 if (preference.getKey().equals(BUTTON_CDMA_SUBSCRIPTION_KEY)) {
107 } else if (preference.getKey().equals(BUTTON_CDMA_SUBSCRIPTION_KEY)) {

Completed in 88 milliseconds