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
125
filter.addAction(
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_SUCCESS);
126
filter.addAction(
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_ERROR);
127
filter.addAction(
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_CANCELLED);
136
ProfileOwnerProvisioningService
.class);
158
if (
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_SUCCESS.equals(action)) {
167
} else if (
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_ERROR.equals(action)) {
172
ProfileOwnerProvisioningService
.EXTRA_LOG_MESSAGE_KEY);
177
} else if (
ProfileOwnerProvisioningService
.ACTION_PROVISIONING_CANCELLED.equals(action)) {
187
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 86 milliseconds