OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileOwnerProvisioningService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ProfileOwnerProvisioningActivity.java
62
* {@link
ProfileOwnerProvisioningService
}, which runs through the setup steps in an
129
filter.addAction(
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_SUCCESS);
130
filter.addAction(
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_ERROR);
131
filter.addAction(
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_CANCELLED);
140
ProfileOwnerProvisioningService
.class);
162
if (
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_SUCCESS.equals(action)) {
171
} else if (
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_ERROR.equals(action)) {
176
ProfileOwnerProvisioningService
.EXTRA_LOG_MESSAGE_KEY);
181
} else if (
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_CANCELLED.equals(action)) {
191
stopService(new Intent(this,
ProfileOwnerProvisioningService
.class))
[
all
...]
ProfileOwnerProvisioningService.java
63
public class
ProfileOwnerProvisioningService
extends Service {
114
synchronized (
ProfileOwnerProvisioningService
.this) {
166
"
ProfileOwnerProvisioningService
: Provisioning already started, "
407
LocalBroadcastManager.getInstance(
ProfileOwnerProvisioningService
.this)
Completed in 99 milliseconds