Home | History | Annotate | Download | only in phone

Lines Matching full:interactive

114     // allows the caller to manually enable/disable "interactive mode" for
133 public static final int OTASP_USER_SKIPPED = 1; // Only meaningful with interactive OTASP
138 // TODO: Distinguish between interactive and non-interactive success
140 // interactive OTASP as well (so the caller can find out definitively
141 // when interactive OTASP completes.)
158 // In "interactive mode", the OtaUtils object is tied to an
161 // OTASP call runs in a non-interactive mode, and we don't have
205 * @param interactive if true, use the InCallScreen to display the progress
209 * Note if interactive is true, you must also call updateUiWidgets() as soon
212 public OtaUtils(Context context, boolean interactive, BluetoothManager bluetoothManager) {
216 mInteractive = interactive;
270 // Run the OTASP call in "interactive" mode only if
278 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning...");
297 if (DBG) log("maybeDoOtaCall: non-interactive; activation intent sent.");
299 if (DBG) log("maybeDoOtaCall: non-interactive, no need for OTASP.");
306 * Starts a normal "interactive" OTASP call (i.e. CDMA activation
388 app.otaUtils = new OtaUtils(context, false /* non-interactive mode */,
504 app.otaUtils = new OtaUtils(app.getApplicationContext(), true /* interactive */,
554 if (DBG) log("non-interactive mode, ignoring setSpeaker.");
644 // We only handle this event explicitly in non-interactive mode.
645 // (In interactive mode, the InCallScreen does any post-disconnect
676 * onscreen "Activate" button, and is only used in interactive mode.
681 // We shouldn't ever get here in non-interactive mode!
682 Log.w(LOG_TAG, "otaPerformActivation: not interactive!");
735 // We shouldn't ever get here in non-interactive mode!
736 Log.w(LOG_TAG, "otaShowListeningScreen: not interactive!");
787 * When a non-interactive OTASP call completes, send a success or
790 * This is basically the non-interactive equivalent of
858 // We shouldn't ever get here in non-interactive mode!
859 Log.w(LOG_TAG, "otaShowInProgressScreen: not interactive!");
919 // We shouldn't ever get here in non-interactive mode!
920 Log.w(LOG_TAG, "otaShowSuccessFailure: not interactive!");
1062 // non-interactive mode.
1063 Log.w(LOG_TAG, "otaScreenInitialize: not interactive!");
1110 * refreshed (and thus is only ever used in interactive mode.)
1119 // We shouldn't ever get here in non-interactive mode!
1120 Log.w(LOG_TAG, "otaShowProperScreen: not interactive!");