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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneStateBroadcaster.java100 private void sendPhoneStateChangedBroadcast(Call call, int phoneState) { argument
101 if (phoneState == mCurrentState) {
105 mCurrentState = phoneState;
114 mRegistry.notifyCallState(phoneState, callHandle);

Completed in 75 milliseconds