Searched refs:ACTION_PROMPT_LOST_VALIDATION (Results 1 – 7 of 7) sorted by relevance
19 import static android.net.ConnectivityManager.ACTION_PROMPT_LOST_VALIDATION;115 setupActivityWithAction(ACTION_PROMPT_LOST_VALIDATION, mNetwork); in setupPromptLostValidationAction_shouldShowLostInternetAccessPersist()149 setupActivityWithAction(ACTION_PROMPT_LOST_VALIDATION, mNetwork); in positiveButton_withLostValidation_shouldCallSetAvoidUnvalidated()
19 import static android.net.ConnectivityManager.ACTION_PROMPT_LOST_VALIDATION;64 || ACTION_PROMPT_LOST_VALIDATION.equals(intent.getAction()) in isKnownAction()
102 public static final String ACTION_PROMPT_LOST_VALIDATION = field in ConnectivityManager
28 …field public static final String ACTION_PROMPT_LOST_VALIDATION = "android.net.action.PROMPT_LOST_V…
441 public static final String ACTION_PROMPT_LOST_VALIDATION = field in ConnectivityManager
47 Landroid/net/ConnectivityManager;->ACTION_PROMPT_LOST_VALIDATION:Ljava/lang/String;
4687 action = ConnectivityManager.ACTION_PROMPT_LOST_VALIDATION; in showNetworkNotification()