Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTestTelephonyConnection.java107 private List<Bundle> mLastConnectionEventExtras = new ArrayList<>(); field in TestTelephonyConnection
209 mLastConnectionEventExtras.add(extras); in sendConnectionEvent()
283 return mLastConnectionEventExtras; in getLastConnectionEventExtras()