OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrossProfileTestActivity
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CrossProfileTestActivity.java
36
public class
CrossProfileTestActivity
extends Activity {
65
CrossProfileTestActivity
.this.finish();
DeviceAdminTestReceiver.java
101
filter.addAction(
CrossProfileTestActivity
.ACTION_CROSS_PROFILE_TO_WORK);
121
filter.addAction(
CrossProfileTestActivity
.ACTION_CROSS_PROFILE_TO_PERSONAL);
ByodHelperActivity.java
305
CrossProfileTestActivity
.ACTION_CROSS_PROFILE_TO_PERSONAL));
498
toSend.putExtra(
CrossProfileTestActivity
.EXTRA_STARTED_FROM_WORK, true);
ByodFlowTestActivity.java
286
Intent intent = new Intent(
CrossProfileTestActivity
.ACTION_CROSS_PROFILE_TO_WORK);
287
intent.putExtra(
CrossProfileTestActivity
.EXTRA_STARTED_FROM_WORK, false);
[
all
...]
Completed in 161 milliseconds