HomeSort by relevance Sort by last modified time
    Searched full:watchlist (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/
watchprops.c 23 static pwatch watchlist[1024]; variable
50 watchlist[n].pi = __system_property_find_nth(n);
51 watchlist[n].serial = watchlist[n].pi->serial;
60 watchlist[count].pi = __system_property_find_nth(count);
61 watchlist[count].serial = watchlist[n].pi->serial;
62 announce(watchlist[count].pi);
68 unsigned tmp = watchlist[n].pi->serial;
69 if(watchlist[n].serial != tmp)
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 383 // the property ro.com.android.wifi-watchlist
384 String wifiWatchList = SystemProperties.get("ro.com.android.wifi-watchlist");
    [all...]
  /external/dbus/dbus/
dbus-connection.c 674 * work, since the connection was in a hosed state (no WatchList
    [all...]

Completed in 149 milliseconds