Home
last modified time | relevance | path

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

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DAppInfo.java20 private AttributionKey mAttribution; field in AppInfo
26 return mAttribution.hasPackage(pkg); in hasPackage()
30 return mAttribution; in getAttribution()
34 private AttributionKey mAttribution; field in AppInfo.Builder
42 if (mAttribution == null) { in init()
45 app.mAttribution = mAttribution; in init()
49 mAttribution = attribution; in setAttribution()
53 return mAttribution; in getAttribution()