Home | History | Annotate | Download | only in managedprofile

Lines Matching refs:ACTION

31  * Note that it expects that there is an activity responding to {@code PrimaryUserActivity.ACTION}
32 * in the primary profile, one to {@code ManagedProfileActivity.ACTION} in the secondary profile,
33 * and one to {@code AllUsersActivity.ACTION} in both profiles.
64 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
68 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
73 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).isEmpty());
74 getActivity().startActivity(ManagedProfileActivity.ACTION);
80 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
83 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
88 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
89 getActivity().startActivity(PrimaryUserActivity.ACTION);
95 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size());
98 testIntentFilter.addAction(AllUsersActivity.ACTION);
103 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size());
110 new Intent(ManagedProfileActivity.ACTION), /* flags = */ 0).size());
113 testIntentFilter.addAction(ManagedProfileActivity.ACTION);
119 new Intent(ManagedProfileActivity.ACTION), /* flags = */ 0).size());
120 getActivity().startActivity(ManagedProfileActivity.ACTION);