Searched defs:interactive (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DOtaUtils.java115 // allows the caller to manually enable/disable "interactive mode" for
131 public static final int OTASP_USER_SKIPPED = 1; // Only meaningful with interactive OTASP
136 // TODO: Distinguish between interactive and non-interactive success
138 // interactive OTASP as well (so the caller can find out definitively
139 // when interactive OTASP completes.)
164 // In "interactive mode", the OtaUtils object is tied to an
167 // OTASP call runs in a non-interactive mode, and we don't have
210 * @param interactive if true, use the InCallScreen to display the progress
214 * Note if interactive i
217 OtaUtils(Context context, boolean interactive) argument
[all...]

Completed in 60 milliseconds