Home
last modified time | relevance | path

Searched refs:stateToSend (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1703 ServiceState stateToSend; in notifyServiceStateForPhoneId() local
1705 stateToSend = new ServiceState(state); in notifyServiceStateForPhoneId()
1707 stateToSend = state.createLocationInfoSanitizedCopy(false); in notifyServiceStateForPhoneId()
1709 stateToSend = state.createLocationInfoSanitizedCopy(true); in notifyServiceStateForPhoneId()
1714 + " state=" + stateToSend); in notifyServiceStateForPhoneId()
1716 r.callback.onServiceStateChanged(stateToSend); in notifyServiceStateForPhoneId()