Searched refs:INET_CONDITION_ACTION (Results 1 – 1 of 1) sorted by relevance
17 private static final String INET_CONDITION_ACTION = "android.net.conn.INET_CONDITION_ACTION"; field in ClockWidgetProvider24 if (INET_CONDITION_ACTION.equals(intentAction) || in onReceive()27 if (INET_CONDITION_ACTION.equals(intentAction)) { in onReceive()