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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneGlobals.java206 // True if we are beginning a call, but the phone state has not changed yet
1097 * Set when a new outgoing call is beginning, so we can update
1102 /* package */ void setBeginningCall(boolean beginning) { argument
1103 // Note that we are beginning a new call, for proximity sensor support
1104 mBeginningCall = beginning;
1244 // clear our beginning call flag

Completed in 54 milliseconds