Home
last modified time | relevance | path

Searched refs:mAttribution (Results 1 – 2 of 2) 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DEditTextActivity.java51 private TextView mAttribution; field in EditTextActivity
60 mAttribution = findViewById(R.id.attribution); in onCreate()
95 mAttribution.setText(getResources().getString(R.string.clipboard_edit_source, label)); in onStart()