Searched refs:mServiceBoundForNoSimConfig (Results 1 – 1 of 1) sorted by relevance
118 @NonNull private boolean[] mServiceBoundForNoSimConfig; field in CarrierConfigLoader711 mServiceBoundForNoSimConfig = new boolean[mNumPhones]; in CarrierConfigLoader()854 mServiceBoundForNoSimConfig[phoneId] = true; in bindToConfigPackage()1255 mServiceBoundForNoSimConfig = Arrays.copyOf(mServiceBoundForNoSimConfig, mNumPhones); in onMultiSimConfigChanged()1464 if (mServiceBoundForNoSimConfig[phoneId]) { in unbindIfBoundForNoSimConfig()1465 mServiceBoundForNoSimConfig[phoneId] = false; in unbindIfBoundForNoSimConfig()