Home
last modified time | relevance | path

Searched refs:stackState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiActivityEnergyInfo.java76 public WifiActivityEnergyInfo(long timestamp, int stackState, in WifiActivityEnergyInfo() argument
80 mStackState = stackState; in WifiActivityEnergyInfo()
107 int stackState = in.readInt();
114 return new WifiActivityEnergyInfo(timestamp, stackState,
/frameworks/base/core/java/android/bluetooth/
DBluetoothActivityEnergyInfo.java45 public BluetoothActivityEnergyInfo(long timestamp, int stackState, in BluetoothActivityEnergyInfo() argument
48 mBluetoothStackState = stackState; in BluetoothActivityEnergyInfo()