Searched refs:CELLBROADCAST_START_CONFIG_ACTION (Results 1 – 3 of 3) sorted by relevance
48 Intent intent = new Intent(CellBroadcastReceiver.CELLBROADCAST_START_CONFIG_ACTION); in onRestoreFinished()
77 public static final String CELLBROADCAST_START_CONFIG_ACTION = field in CellBroadcastReceiver141 } else if (CELLBROADCAST_START_CONFIG_ACTION.equals(action) in onReceive()
149 doReturn(CellBroadcastReceiver.CELLBROADCAST_START_CONFIG_ACTION).when(mIntent).getAction(); in testOnReceive_cellbroadcastStartConfigAction()