Searched refs:REASON_WIFI_ON_BUT_WFC_OFF (Results 1 – 2 of 2) sorted by relevance
36 private static final String REASON_WIFI_ON_BUT_WFC_OFF = "REASON_WIFI_ON_BUT_WFC_OFF"; field in EnableWifiCallingPrompt44 if (reason != null && reason.startsWith(REASON_WIFI_ON_BUT_WFC_OFF)) { in shouldShow()
811 return android.telecom.DisconnectCause.REASON_WIFI_ON_BUT_WFC_OFF; in toTelecomDisconnectReason()