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.java1021 if (mSubscriptionListenerState != LISTENER_STATE_REGISTERED) {
1025 mSubscriptionListenerState = LISTENER_STATE_REGISTERED;
1045 if (mSubscriptionListenerState == LISTENER_STATE_UNREGISTERED) {
1047 mSubscriptionListenerState = LISTENER_STATE_PERFORMING_BACKOFF;
1127 private int mSubscriptionListenerState = LISTENER_STATE_UNREGISTERED; field in TelecomAccountRegistry
1142 if (mSubscriptionListenerState != LISTENER_STATE_REGISTERED) {