Searched defs:stackState (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiActivityEnergyInfo.java64 public WifiActivityEnergyInfo(long timestamp, int stackState, argument
67 mStackState = stackState;
90 int stackState = in.readInt();
95 return new WifiActivityEnergyInfo(timestamp, stackState,
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.java41 public BluetoothActivityEnergyInfo(long timestamp, int stackState, argument
44 mBluetoothStackState = stackState;
67 int stackState = in.readInt();
72 return new BluetoothActivityEnergyInfo(timestamp, stackState,

Completed in 88 milliseconds