Home
last modified time | relevance | path

Searched defs:activityIntent (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
DPerfData.java43 Intent activityIntent = new Intent(context, LoadtestActivity.class); in onReceive() local
DLoadtestActivity.java95 Intent activityIntent = new Intent(context, LoadtestActivity.class); in onReceive() local
104 Intent activityIntent = new Intent(context, LoadtestActivity.class); in onReceive() local
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DVectorDrawableTest.java124 protected Intent activityIntent(String pkg, String componentName) { in activityIntent() method in VectorDrawableTest
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DHwTests.java125 protected Intent activityIntent(String pkg, String componentName) { in activityIntent() method in HwTests
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DMainActivity.java149 protected Intent activityIntent(String pkg, String componentName) { in activityIntent() method in MainActivity
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceAudioSystem.java1165 Intent activityIntent = new Intent(Intent.ACTION_MAIN) in switchToHomeTvInput() local
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java789 Intent activityIntent = new Intent(intent); in deviceAttachedForFixedHandler() local
/frameworks/base/core/java/android/app/
DActivityThread.java3540 Intent activityIntent = r.activity.getIntent(); in handleRequestAssistContextExtras() local