HomeSort by relevance Sort by last modified time
    Searched defs:updateUiWidgets (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
OtaUtils.java 214 * Note if interactive is true, you must also call updateUiWidgets() as soon
235 public void updateUiWidgets(InCallScreen inCallScreen,
237 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen);
240 throw new IllegalStateException("updateUiWidgets() called in non-interactive mode");
244 if (DBG) log("updateUiWidgets(): widgets already set up, nothing to do...");
268 * elements. This is the opposite of updateUiWidgets().
564 // NOTE we still need to call OtaUtils.updateUiWidgets() once the
    [all...]
InCallScreen.java     [all...]

Completed in 3562 milliseconds