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.java1309 ServiceState stateToSend; in notifyServiceStateForPhoneId() local
1311 stateToSend = new ServiceState(state); in notifyServiceStateForPhoneId()
1313 stateToSend = state.createLocationInfoSanitizedCopy(false); in notifyServiceStateForPhoneId()
1315 stateToSend = state.createLocationInfoSanitizedCopy(true); in notifyServiceStateForPhoneId()
1322 r.callback.onServiceStateChanged(stateToSend); in notifyServiceStateForPhoneId()