HomeSort by relevance Sort by last modified time
    Searched defs:triggers (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/
CrashyApp.java 17 package com.android.smoketest.triggers;
CrashyApp2.java 17 package com.android.smoketest.triggers;
UnresponsiveApp.java 17 package com.android.smoketest.triggers;
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 164 struct wowlan_triggers *triggers; local
175 triggers = os_zalloc(sizeof(*triggers));
176 if (triggers == NULL)
182 &triggers->trigger)
206 os_free(triggers);
207 triggers = NULL;
219 return triggers;
driver_nl80211_capa.c 456 struct nlattr *triggers[MAX_NL80211_WOWLAN_TRIG + 1]; local
461 if (nla_parse_nested(triggers, MAX_NL80211_WOWLAN_TRIG,
465 if (triggers[NL80211_WOWLAN_TRIG_ANY])
467 if (triggers[NL80211_WOWLAN_TRIG_DISCONNECT])
469 if (triggers[NL80211_WOWLAN_TRIG_MAGIC_PKT])
471 if (triggers[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE])
473 if (triggers[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST])
475 if (triggers[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE])
477 if (triggers[NL80211_WOWLAN_TRIG_RFKILL_RELEASE])
    [all...]
  /system/connectivity/shill/net/
netlink_message_matchers.h 66 AttributeListConstRefPtr triggers; local
68 NL80211_ATTR_WOWLAN_TRIGGERS, &triggers)) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
TriggerRepository.java 41 * A repository maintaining all currently scheduled triggers. This includes, for example, alarms or
43 * triggers to the shared preferences store, and retrieving it from there.
48 * The list of triggers is serialized to the shared preferences entry with this name.
50 private static final String TRIGGERS_PREF_KEY = "TRIGGERS";
83 String triggers = mPreferences.getString(TRIGGERS_PREF_KEY, null); local
84 mTriggers = deserializeTriggersFromString(triggers);
87 /** Returns a list of all triggers. The list is unmodifiable. */
132 /** Writes the list of triggers to the shared preferences. */
144 private Multimap<String, Trigger> deserializeTriggersFromString(String triggers) {
145 if (triggers == null)
    [all...]
  /system/connectivity/shill/wifi/
wake_on_wifi_unittest.cc 2046 AttributeListConstRefPtr triggers; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 4022 struct wowlan_triggers *triggers; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 1569 milliseconds

1 2