Searched refs:isPackageTheSame (Results 1 – 1 of 1) sorted by relevance
217 result &= isPackageTheSame(mmTelPackage, getMmTelCarrierService()); in checkConfigurationExists()218 result &= isPackageTheSame(rcsPackage, getRcsCarrierService()); in checkConfigurationExists()222 result &= isPackageTheSame(mmTelPackage, getMmTelDeviceService()); in checkConfigurationExists()223 result &= isPackageTheSame(rcsPackage, getRcsDeviceService()); in checkConfigurationExists()233 private boolean isPackageTheSame(String pkgA, String pkgB) { in isPackageTheSame() method in ImsServiceConnector.Connection