Searched refs:isPackageTheSame (Results 1 – 1 of 1) sorted by relevance
254 result &= isPackageTheSame(mmTelPackage, getMmTelCarrierService()); in checkConfigurationExists()255 result &= isPackageTheSame(rcsPackage, getRcsCarrierService()); in checkConfigurationExists()259 result &= isPackageTheSame(mmTelPackage, getMmTelDeviceService()); in checkConfigurationExists()260 result &= isPackageTheSame(rcsPackage, getRcsDeviceService()); in checkConfigurationExists()270 private boolean isPackageTheSame(String pkgA, String pkgB) { in isPackageTheSame() method in ImsServiceConnector.Connection