Searched defs:EVENT_NONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DSupplicantWifiScannerImpl.java867 public static int EVENT_NONE = 0; field in class:SupplicantWifiScannerImpl.ChangeBuffer
937 return EVENT_NONE;
944 mPendingEvent[i] = EVENT_NONE;
949 int eventType = EVENT_NONE;
964 mPendingEvent[i] = EVENT_NONE;
973 mPendingEvent[i] = EVENT_NONE;
984 if (mPendingEvent[i] != EVENT_NONE) {
994 return EVENT_NONE;
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1250 public static final int EVENT_NONE = 0x0000; field in class:BatteryStats.HistoryItem
1356 | (eventCode != EVENT_NONE ? 0x40000000 : 0);
1370 if (eventCode != EVENT_NONE) {
1410 eventCode = EVENT_NONE;
1435 eventCode = EVENT_NONE;
4810 if (rec.eventCode != HistoryItem.EVENT_NONE) {
5150 } else if (false && rec.eventCode != HistoryItem.EVENT_NONE) {

Completed in 90 milliseconds