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.java254 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