OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_INSTALL_APK_IN_PRIMARY
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPrimaryHelperActivity.java
38
if (ByodHelperActivity.
ACTION_INSTALL_APK_IN_PRIMARY
.equals(getIntent().getAction())) {
ByodHelperActivity.java
105
public static final String
ACTION_INSTALL_APK_IN_PRIMARY
= "com.android.cts.verifier.managedprovisioning.BYOD_INSTALL_APK_IN_PRIMARY";
275
Intent installPersonalProfileIntent = new Intent(
ACTION_INSTALL_APK_IN_PRIMARY
);
DeviceAdminTestReceiver.java
191
filter.addAction(ByodHelperActivity.
ACTION_INSTALL_APK_IN_PRIMARY
);
Completed in 68 milliseconds