Home
last modified time | relevance | path

Searched refs:isPackageTheSame (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java217 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