Searched refs:intentAction (Results 1 – 1 of 1) sorted by relevance
22 String intentAction = intent.getAction(); in onReceive() local24 if (INET_CONDITION_ACTION.equals(intentAction) || in onReceive()25 ConnectivityManager.CONNECTIVITY_ACTION.equals(intentAction)) { in onReceive()27 if (INET_CONDITION_ACTION.equals(intentAction)) { in onReceive()