Searched refs:txMa (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/ |
D | ModemProfile.java | 29 public float[] txMa; field in ModemProfile 44 return Arrays.copyOf(txMa, txMa.length); in getTxMa() 86 result.txMa = mTxMa == null ? new float[0] : mTxMa; in build()
|
D | WifiProfile.java | 27 public float txMa; field in WifiProfile
|
D | BluetoothProfile.java | 27 public float txMa; field in BluetoothProfile
|
/frameworks/base/tools/powermodel/test/com/android/powermodel/ |
D | PowerProfileTest.java | 65 Assert.assertEquals(5.0f, bluetooth.txMa, EPSILON); in testReadGood() 136 Assert.assertEquals(5, modem.txMa.length); in testReadGood() 137 Assert.assertEquals(16.0f, modem.txMa[0], EPSILON); in testReadGood() 138 Assert.assertEquals(19.0f, modem.txMa[1], EPSILON); in testReadGood() 139 Assert.assertEquals(22.0f, modem.txMa[2], EPSILON); in testReadGood() 140 Assert.assertEquals(73.0f, modem.txMa[3], EPSILON); in testReadGood() 141 Assert.assertEquals(132.0f, modem.txMa[4], EPSILON); in testReadGood() 157 Assert.assertEquals(333.0f, wifi.txMa, EPSILON); in testReadGood()
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | PowerProfile.java | 175 mBluetooth.txMa = value; in onItem() 209 mWifi.txMa = value; in onItem()
|