Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java976 if (mSubscriptionListenerState != LISTENER_STATE_REGISTERED) {
980 mSubscriptionListenerState = LISTENER_STATE_REGISTERED;
1000 if (mSubscriptionListenerState == LISTENER_STATE_UNREGISTERED) {
1002 mSubscriptionListenerState = LISTENER_STATE_PERFORMING_BACKOFF;
1078 private int mSubscriptionListenerState = LISTENER_STATE_UNREGISTERED; field in TelecomAccountRegistry
1093 if (mSubscriptionListenerState != LISTENER_STATE_REGISTERED) {