Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1313 ServiceState stateToSend; in notifyServiceStateForPhoneId() local
1315 stateToSend = new ServiceState(state); in notifyServiceStateForPhoneId()
1317 stateToSend = state.createLocationInfoSanitizedCopy(false); in notifyServiceStateForPhoneId()
1319 stateToSend = state.createLocationInfoSanitizedCopy(true); in notifyServiceStateForPhoneId()
1326 r.callback.onServiceStateChanged(stateToSend); in notifyServiceStateForPhoneId()