Searched refs:mStartActivityIntent (Results 1 – 1 of 1) sorted by relevance
122 assertNotNull(activity.mStartActivityIntent); in forwardToManagedProfile_canForward_sendIntent()123 assertEquals(Intent.ACTION_SEND, activity.mStartActivityIntent.getAction()); in forwardToManagedProfile_canForward_sendIntent()124 assertNull(activity.mStartActivityIntent.getPackage()); in forwardToManagedProfile_canForward_sendIntent()125 assertNull(activity.mStartActivityIntent.getComponent()); in forwardToManagedProfile_canForward_sendIntent()126 assertEquals(CURRENT_USER_INFO.id, activity.mStartActivityIntent.getContentUserHint()); in forwardToManagedProfile_canForward_sendIntent()150 assertNull(activity.mStartActivityIntent); in forwardToManagedProfile_cannotForward_sendIntent()171 assertNull(activity.mStartActivityIntent); in forwardToManagedProfile_noManagedProfile_sendIntent()201 assertNotNull(activity.mStartActivityIntent); in forwardToManagedProfile_canForward_chooserIntent()202 assertEquals(Intent.ACTION_CHOOSER, activity.mStartActivityIntent.getAction()); in forwardToManagedProfile_canForward_chooserIntent()203 assertNull(activity.mStartActivityIntent.getPackage()); in forwardToManagedProfile_canForward_chooserIntent()[all …]