HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PERFORM_CDMA_PROVISIONING (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java 72 if (intent.getAction().equals(OtaUtils.ACTION_PERFORM_CDMA_PROVISIONING)) {
76 Log.d(LOG_TAG, "Starting Hfa from ACTION_PERFORM_CDMA_PROVISIONING");
87 Log.d(LOG_TAG, "ACTION_PERFORM_CDMA_PROVISIONING (interactiveMode = "
OtaUtils.java 87 public static final String ACTION_PERFORM_CDMA_PROVISIONING =
103 // Activity result codes for the ACTION_PERFORM_CDMA_PROVISIONING intent
114 // Testing: Extra for the ACTION_PERFORM_CDMA_PROVISIONING intent that
120 // Extra for the ACTION_PERFORM_CDMA_PROVISIONING intent, holding a
311 * 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

Completed in 144 milliseconds