Searched refs:CellBroadcastProviderTestable (Results 1 – 2 of 2) sorted by relevance
29 public class CellBroadcastProviderTestable extends CellBroadcastProvider { class30 private static final String TAG = CellBroadcastProviderTestable.class.getSimpleName();32 public CellBroadcastProviderTestable(CellBroadcastPermissionChecker permissionChecker) { in CellBroadcastProviderTestable() method in CellBroadcastProviderTestable
73 private CellBroadcastProviderTestable mCellBroadcastProviderTestable;86 mCellBroadcastProviderTestable = new CellBroadcastProviderTestable(mMockPermissionChecker); in setUp()316 MockContextWithProvider(CellBroadcastProviderTestable cellBroadcastProvider) { in MockContextWithProvider()