Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activitymanager/appDisplaySize/src/android/displaysize/app/
DSmallestWidthActivity.java32 Intent startIntent = new Intent(); in onNewIntent() local
33 startIntent.setComponent( in onNewIntent()
35 startActivity(startIntent); in onNewIntent()
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java419 Intent startIntent = new Intent(); in testConnectivityChanged_manifestRequestOnlyPreN_shouldReceiveIntent() local
420 startIntent.setComponent(new ComponentName("android.net.cts.appForApi23", in testConnectivityChanged_manifestRequestOnlyPreN_shouldReceiveIntent()
422 mContext.startActivity(startIntent); in testConnectivityChanged_manifestRequestOnlyPreN_shouldReceiveIntent()