Searched refs:turnOffWfc (Results 1 – 2 of 2) sorted by relevance
271 turnOffWfc(() -> { in handleEntitlementStatusForUpdating() method337 turnOffWfc(() -> { in handleEntitlementStatusAfterUpdating() method366 private void turnOffWfc(Runnable action) { in turnOffWfc() method in WfcActivationController367 ImsUtils.turnOffWfc(mImsUtils, action); in turnOffWfc()
200 public static void turnOffWfc(ImsUtils imsUtils, Runnable action) { in turnOffWfc() method in ImsUtils