Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastProviderTestable.java29 public class CellBroadcastProviderTestable extends CellBroadcastProvider { class
30 private static final String TAG = CellBroadcastProviderTestable.class.getSimpleName();
32 public CellBroadcastProviderTestable(CellBroadcastPermissionChecker permissionChecker) { in CellBroadcastProviderTestable() method in CellBroadcastProviderTestable
DCellBroadcastProviderTest.java73 private CellBroadcastProviderTestable mCellBroadcastProviderTestable;
86 mCellBroadcastProviderTestable = new CellBroadcastProviderTestable(mMockPermissionChecker); in setUp()
316 MockContextWithProvider(CellBroadcastProviderTestable cellBroadcastProvider) { in MockContextWithProvider()