Home
last modified time | relevance | path

Searched defs:stackState (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothActivityEnergyInfoTest.java44 int stackState = BT_STACK_STATE_INVALID; in constructor() local
64 int stackState = BT_STACK_STATE_INVALID; in setUidTraffic() local
84 int stackState = BT_STACK_STATE_INVALID; in isValid() local
110 int stackState = BT_STACK_STATE_INVALID; in writeToParcel() local
138 int stackState = BT_STACK_STATE_INVALID; in toString_ThrowsNoExceptions() local
/packages/modules/Uwb/framework/java/android/uwb/
DUwbActivityEnergyInfo.java47 @State int stackState, in UwbActivityEnergyInfo()
203 public Builder setStackState(@State int stackState) { in setStackState()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothActivityEnergyInfo.java64 public BluetoothActivityEnergyInfo(long timestamp, int stackState, in BluetoothActivityEnergyInfo()