OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_PERFORM_CDMA_PROVISIONING
(Results
1 - 5
of
5
) sorted by null
/packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java
92
if (intent.getAction().equals(OtaUtils.
ACTION_PERFORM_CDMA_PROVISIONING
)) {
98
Log.i(LOG_TAG, "Starting Hfa from
ACTION_PERFORM_CDMA_PROVISIONING
");
112
Log.i(LOG_TAG, "
ACTION_PERFORM_CDMA_PROVISIONING
(interactiveMode = "
OtaStartupReceiver.java
64
final Intent intent = new Intent(OtaUtils.
ACTION_PERFORM_CDMA_PROVISIONING
);
OtaUtils.java
86
public static final String
ACTION_PERFORM_CDMA_PROVISIONING
=
102
// Activity result codes for the
ACTION_PERFORM_CDMA_PROVISIONING
intent
113
// Testing: Extra for the
ACTION_PERFORM_CDMA_PROVISIONING
intent that
119
// Extra for the
ACTION_PERFORM_CDMA_PROVISIONING
intent, holding a
306
* handling the
ACTION_PERFORM_CDMA_PROVISIONING
intent.
[
all
...]
/packages/services/Telephony/tests/src/com/android/phone/tests/
OtaspTestActivity.java
81
// fired off the
ACTION_PERFORM_CDMA_PROVISIONING
intent) that
226
new Intent(OtaUtils.
ACTION_PERFORM_CDMA_PROVISIONING
);
233
//
ACTION_PERFORM_CDMA_PROVISIONING
intent, which allows
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DeviceOwnerProvisioningService.java
68
private static final String
ACTION_PERFORM_CDMA_PROVISIONING
=
365
final Intent intent = new Intent(
ACTION_PERFORM_CDMA_PROVISIONING
);
Completed in 423 milliseconds