Searched refs:mServiceBoundForNoSimConfig (Results 1 – 1 of 1) sorted by relevance
139 @NonNull private boolean[] mServiceBoundForNoSimConfig; field in CarrierConfigLoader732 mServiceBoundForNoSimConfig = new boolean[mNumPhones]; in CarrierConfigLoader()906 mServiceBoundForNoSimConfig[phoneId] = true; in bindToConfigPackage()1319 mServiceBoundForNoSimConfig = Arrays.copyOf(mServiceBoundForNoSimConfig, mNumPhones); in onMultiSimConfigChanged()1601 if (mServiceBoundForNoSimConfig[phoneId]) { in unbindIfBoundForNoSimConfig()1602 mServiceBoundForNoSimConfig[phoneId] = false; in unbindIfBoundForNoSimConfig()1689 + Arrays.toString(mServiceBoundForNoSimConfig)); in dump()