Home
last modified time | relevance | path

Searched refs:attribution (Results 1 – 25 of 155) sorted by relevance

1234567

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DAppList.java68 final AttributionKey attribution = app.getAttribution(); in build() local
71 if (attribution.isSpecialApp()) { in build()
72 specialApps.put(attribution.getSpecialApp(), appActivity); in build()
83 public BUILDER get(AttributionKey attribution) { in get() argument
84 return mApps.get(attribution); in get()
87 public BUILDER put(AttributionKey attribution, BUILDER app) { in put() argument
88 return mApps.put(attribution, app); in put()
DComponentActivity.java24 public AttributionKey attribution; field in ComponentActivity
26 protected ComponentActivity(AttributionKey attribution) { in ComponentActivity() argument
27 this.attribution = attribution; in ComponentActivity()
DActivityReport.java83 AppActivity.Builder app = mApps.get(activity.attribution); in addActivity()
86 app.setAttribution(activity.attribution); in addActivity()
87 mApps.put(activity.attribution, app); in addActivity()
DAppInfo.java48 public void setAttribution(AttributionKey attribution) { in setAttribution() argument
49 mAttribution = attribution; in setAttribution()
DComponentPower.java30 public AttributionKey attribution; field in ComponentPower
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemRemainderActivity.java33 public ModemRemainderActivity(AttributionKey attribution) { in ModemRemainderActivity() argument
34 super(attribution); in ModemRemainderActivity()
63 result.attribution = this.attribution; in applyProfile()
DModemAppActivity.java33 public ModemAppActivity(AttributionKey attribution) { in ModemAppActivity() argument
34 super(attribution); in ModemAppActivity()
68 result.attribution = this.attribution; in applyProfile()
DModemGlobalActivity.java32 public ModemGlobalActivity(AttributionKey attribution) { in ModemGlobalActivity() argument
33 super(attribution); in ModemGlobalActivity()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
DEventLogWriter.java77 public void action(int attribution, int action, int pageId, String key, int value) { in action() argument
80 if (attribution != MetricsProto.MetricsEvent.VIEW_UNKNOWN) { in action()
DMetricsFeatureProvider.java103 public void action(int attribution, int action, int pageId, String key, int value) { in action() argument
105 writer.action(attribution, action, pageId, key, value); in action()
DLogWriter.java59 void action(int attribution, int action, int pageId, String key, int value); in action() argument
/frameworks/base/cmds/statsd/benchmark/
Dmetric_util.cpp377 AttributionNodeInternal attribution; in CreateAttribution() local
378 attribution.set_uid(uid); in CreateAttribution()
379 attribution.set_tag(tag); in CreateAttribution()
380 return attribution; in CreateAttribution()
/frameworks/base/tools/stats_log_api_gen/
Dtest.proto105 repeated android.os.statsd.AttributionNode attribution = 2; field
157 repeated android.os.statsd.AttributionNode attribution = 1 field
/frameworks/av/media/extractors/mpeg2/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/base/cmds/requestsync/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/av/media/codec2/components/flac/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/base/packages/Keyguard/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/base/packages/PackageInstaller/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/native/libs/ui/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/base/libs/hwui/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/av/services/mediaextractor/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/base/cmds/appwidget/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed
/frameworks/base/packages/InputDevices/
DNOTICE115 attribution notices from the Source form of the Work,
121 include a readable copy of the attribution notices contained
130 do not modify the License. You may add Your own attribution
133 that such additional attribution notices cannot be construed

1234567