Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DBundle.h75 mProduct(NULL), mUseCrunchCache(false), mErrorOnFailedInsert(false), in Bundle()
203 const char* getProduct() const { return mProduct; } in getProduct()
204 void setProduct(const char * val) { mProduct = val; } in setProduct()
323 const char* mProduct; variable
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiWatchdogStateMachine.java1006 private double mProduct; field in WifiWatchdogStateMachine.VolumeWeightedEMA
1012 mProduct = 0.0; in VolumeWeightedEMA()
1020 mProduct = mAlpha * newProduct + (1 - mAlpha) * mProduct; in update()
1022 mValue = mProduct / mVolume; in update()