Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DWfcActivationController.java271 turnOffWfc(() -> { in handleEntitlementStatusForUpdating() method
337 turnOffWfc(() -> { in handleEntitlementStatusAfterUpdating() method
366 private void turnOffWfc(Runnable action) { in turnOffWfc() method in WfcActivationController
367 ImsUtils.turnOffWfc(mImsUtils, action); in turnOffWfc()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DImsUtils.java200 public static void turnOffWfc(ImsUtils imsUtils, Runnable action) { in turnOffWfc() method in ImsUtils