Searched refs:otaShowProperScreen (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DInCallScreen.java2209 if (DBG) log("- updateScreen: mApp.otaUtils is not null, call otaShowProperScreen");
2210 mApp.otaUtils.otaShowProperScreen();
3855 mApp.otaUtils.otaShowProperScreen();
H A DOtaUtils.java1170 public void otaShowProperScreen() { method in class:OtaUtils
1171 if (DBG) log("otaShowProperScreen()...");
1174 Log.w(LOG_TAG, "otaShowProperScreen: not interactive!");
1179 if (DBG) log("otaShowProperScreen(): InCallScreen in foreground, currentstate = "

Completed in 34 milliseconds