Searched refs:CellBroadcastBackupAgent (Results 1 – 2 of 2) sorted by relevance
31 import com.android.cellbroadcastreceiver.CellBroadcastBackupAgent;51 private CellBroadcastBackupAgent mBackupAgentUT = new CellBroadcastBackupAgent();73 verify(mMockDispatcher).addHelper(eq(CellBroadcastBackupAgent.SHARED_KEY), any()); in testOnCreate()
33 public class CellBroadcastBackupAgent extends BackupAgentHelper class