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

/packages/apps/Phone/src/com/android/phone/
H A DOtaUtils.java211 * Note if interactive is true, you must also call updateUiWidgets() as soon
232 public void updateUiWidgets(InCallScreen inCallScreen, method in class:OtaUtils
236 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen);
239 throw new IllegalStateException("updateUiWidgets() called in non-interactive mode");
243 if (DBG) log("updateUiWidgets(): widgets already set up, nothing to do...");
268 * elements. This is the opposite of updateUiWidgets().
560 // NOTE we still need to call OtaUtils.updateUiWidgets() once the

Completed in 161 milliseconds