Searched refs:startIntent (Results 1 – 2 of 2) sorted by relevance
32 Intent startIntent = new Intent(); in onNewIntent() local33 startIntent.setComponent( in onNewIntent()35 startActivity(startIntent); in onNewIntent()
419 Intent startIntent = new Intent(); in testConnectivityChanged_manifestRequestOnlyPreN_shouldReceiveIntent() local420 startIntent.setComponent(new ComponentName("android.net.cts.appForApi23", in testConnectivityChanged_manifestRequestOnlyPreN_shouldReceiveIntent()422 mContext.startActivity(startIntent); in testConnectivityChanged_manifestRequestOnlyPreN_shouldReceiveIntent()