Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceWrapperTest.java67 when(mComponentContextFixture.getTelephonyManager().getLastKnownCellIdentity()) in testGetLastKnownCellIdWhenNoTelephony()
69 assertNull(wrapper.getLastKnownCellIdentity()); in testGetLastKnownCellIdWhenNoTelephony()
/packages/services/Telecomm/flags/
Dtelecom_api_flags.aconfig73 description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api"
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1456 public CellIdentity getLastKnownCellIdentity() { in getLastKnownCellIdentity() method in ConnectionServiceWrapper
1460 CellIdentity lastKnownCellIdentity = telephonyManager.getLastKnownCellIdentity(); in getLastKnownCellIdentity()
1753 getLastKnownCellIdentity()); in createConnection()
DCallsManager.java1937 CellIdentity cellIdentity = tm.getLastKnownCellIdentity(); in startOutgoingCall()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java12612 public @Nullable CellIdentity getLastKnownCellIdentity(int subId, String callingPackage, in getLastKnownCellIdentity() method in PhoneInterfaceManager
12641 return sst.getLastKnownCellIdentity(); in getLastKnownCellIdentity()