Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java263 private static final int EVENT_PRIMARY_DATA_SUB_CHANGED = 101; field in PhoneSwitcher
647 Message msg = PhoneSwitcher.this.obtainMessage(EVENT_PRIMARY_DATA_SUB_CHANGED);
702 case EVENT_PRIMARY_DATA_SUB_CHANGED: { in handleMessage()