Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserverTest.java102 TelephonyManager mockTelephony = mock(TelephonyManager.class); in testInitMsgList() local
109 when(mockContext.getSystemService(Context.TELEPHONY_SERVICE)).thenReturn(mockTelephony); in testInitMsgList()
135 TelephonyManager mockTelephony = mock(TelephonyManager.class); in testPushGroupMMS() local
142 when(mockContext.getSystemService(Context.TELEPHONY_SERVICE)).thenReturn(mockTelephony); in testPushGroupMMS()