OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileOwnerProvisioningActivity
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ProfileOwnerProvisioningActivity.java
65
public class
ProfileOwnerProvisioningActivity
extends SetupLayoutActivity {
139
Intent intent = new Intent(
ProfileOwnerProvisioningActivity
.this,
168
+ "Finishing
ProfileOwnerProvisioningActivity
");
261
Intent intent = new Intent(
ProfileOwnerProvisioningActivity
.this,
ProfileOwnerProvisioningService.java
60
* <p>This service is started from and sends updates to the {@link
ProfileOwnerProvisioningActivity
},
153
if (
ProfileOwnerProvisioningActivity
.ACTION_CANCEL_PROVISIONING.equals(intent.getAction())) {
413
* the service and notify the {@link
ProfileOwnerProvisioningActivity
} so that it can finish
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
PreProvisioningActivity.java
39
import com.android.managedprovisioning.
ProfileOwnerProvisioningActivity
;
192
Intent intent = new Intent(this,
ProfileOwnerProvisioningActivity
.class);
Completed in 96 milliseconds